| |
| firstName required | string (firstName) [ 1 .. 124 ] characters [a-zA-Z0-9]|@|\s|:|.|_|-|&|[\x80-\xFF] |
| middleName | string (middleName) [ 1 .. 124 ] characters [a-zA-Z0-9]|@|\s|:|.|_|-|&|[\x80-\xFF] |
| lastName required | string (lastName) [ 1 .. 124 ] characters [a-zA-Z0-9]|@|\s|:|.|_|-|&|[\x80-\xFF] |
| screenName required | string (screenName) [ 1 .. 124 ] characters [a-zA-Z0-9]|@|\s|:|.|_|-|&|[\x80-\xFF] |
| suffix | string (suffix) [ 1 .. 124 ] characters [a-zA-Z0-9]|@|\s|:|.|_|-|&|[\x80-\xFF] |
| object (createdBy) Details of the user who created this user.
|
| loginId required | string (loginId) <= 255 characters |
| password required | string (password) Password for the user. This must adhere to the password complexity settings as configured in the application.
|
| object (authenticationType) Authentication type for the user.
|
| |
| |
| emailAddress | string (emailAddress) <= 255 characters ^[a-zA-Z0-9-_]+@[a-zA-Z0-9-_]+\.[a-zA-Z0-9]+$... Primary email address of the user.
|
| mobileNumber | string (mobileNumber) [ 5 .. 20 ] characters Mobile number of the user.
|
| object (directReports) Direct reports to the user.
|
required | |
| object (groups) Group details of the user.
|
| object (languages) Content languages of the user.
|
| externalId | string (externalId) [ 1 .. 255 ] characters External ID for the user.
|
| object (CustomAttributes) Custom attributes for the user.
|