Information of the new user
Name | Description | Type | Required? | Additional information |
---|---|---|---|---|
password * |
Password for the user |
string |
Conditional |
Conditionally required: If the user doesn't exist in database, password is required. Passwords can be updated through this API String length: between 1 and 128, inclusive |
roles |
Roles of the User |
Collection of Role |
No |
None. |
orgName * |
Organization Name User Belong to |
string |
Yes |
String length: between 1 and 50, inclusive |
disableInitialPwdReset |
Flag denoting if initial password reset is to be enforced |
boolean |
No |
None. |
active |
Flag denoting if user is active |
boolean |
No |
None. |
startDate |
Start Date of User Activity |
date |
No |
None. |
endDate |
End date of user activity |
date |
No |
None. |
contactInfo |
Contact Information of the User |
Contact Information |
No |
None. |
addressInfo |
Address Information of the User |
Address Information |
No |
None. |
userId * |
User Id |
string |
Yes |
String length: between 1 and 32, inclusive |
firstName |
First Name of the User |
string |
No |
String length: between 1 and 50, inclusive |
lastName |
Last Name of the User |
string |
No |
String length: between 1 and 50, inclusive |
displayName |
Preferred Display Name |
string |
No |
String length: between 1 and 50, inclusive |
alternateId |
Alternate user Id |
string |
No |
String length: between 1 and 32, inclusive |
primaryLanguage |
Primary Language of User |
string |
No |
String length: between 1 and 50, inclusive |
secondaryLanguage |
Secondary Language of the User |
string |
No |
String length: between 1 and 50, inclusive |
customerAuditDate |
Last modified audit information |
date |
No |
None. |