create a new user

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringRequired
username
emailstringRequired
user email address
is_activebooleanRequired
user account is active
force_changebooleanRequired
require the user to change password on next login
initial_passwordstringRequired
users password
is_view_onlybooleanRequired
if set to true the user will not be able to make changes
account_sidstringOptionalformat: "uuid"
account sid the account the user will have access to, if not set will create a Service Provider account
service_provider_sidstringOptionalformat: "uuid"
The service provider sid, the account is under, if not set account will be admin level

Response

user created
user_sidstring or nullformat: "uuid"
The sid of the newly created user

Errors