create a new user
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
username
email
user email address
is_active
user account is active
force_change
require the user to change password on next login
initial_password
users password
is_view_only
if set to true the user will not be able to make changes
account_sid
account sid the account the user will have access to, if not set will create a Service Provider account
service_provider_sid
The service provider sid, the account is under, if not set account will be admin level
Response
user created
user_sid
The sid of the newly created user