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
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?