Get User Details
Returns a single users object using the specified key.
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
Query Parameters
Select structural property
Response
users response
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.