Create User
Header parameters
sessionTokenstringRequired
Session authentication token.
Body
V2 User Creation Object. After creation, modify roles, features etc via the specific API calls.
rolesstring[]OptionalExample:
["INDIVIDUAL","COMPLIANCE_OFFICER"]Responses
200
Success
application/json
V2 Detailed User record.
featuresinteger · int64[]OptionalExample:
[1461508270000,7215545057281]appsinteger · int64[]OptionalExample:
[1461508270000,7215545057281]groupsinteger · int64[]OptionalExample:
[1461508270000,7215545057281]rolesstring[]OptionalExample:
["ftp","mailto","fdsup","skype"]disclaimersinteger · int64[]OptionalExample:
[1461508270000,7215545057281]400
Client error, see response body for further details.
application/json
401
Unauthorized: Invalid session token.
application/json
403
Forbidden: Caller lacks necessary entitlement.
application/json
500
Server error, see response body for further details.
application/json
post
/v2/admin/user/createRequest Examples
📘 Note - Suspension
🚧 Required Permissions
The Password Object
Password ObjectLast updated
Was this helpful?