Update User
Updates the specified users object.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The key User
Body
The users entity to update.
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
EntitySet users
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.