Create User
Creates a new users object with the specified parameters.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
The users entity to post
The name of the user.
The id of the user.
The email address of the user.
The password to authenticate with.
The federation id for SSO authentication.
The assigned roles of the user.
Whether the user is active or not. Defaults to true.
The primary authtoken of the user.
The days of auth token expired, defaults to -1 never expired.
The version number of user information.
Whether the user is valid or invalid based on the license.
Details for why the user is invalid.
Response
users created
The name of the user.
The id of the user.
The email address of the user.
The password to authenticate with.
The federation id for SSO authentication.
The assigned roles of the user.
Whether the user is active or not. Defaults to true.
The primary authtoken of the user.
The days of auth token expired, defaults to -1 never expired.
The version number of user information.
Whether the user is valid or invalid based on the license.
Details for why the user is invalid.