Get info about an user. Only available to admin user. Uses the main user Id, not a username.
get/accounts/{accountname}
Path parameters
accountnamestring required
Response
Get user information
namestring required
The account identifier, not updatable after creation
type'user' | 'admin' | 'service'
The user type (admin vs user). If not specified in a POST request, 'user' is default
state'enabled' | 'disabled' | 'deleting'
State of the account. Disabled accounts prevent member users from logging in, deleting accounts are disabled and pending deletion and will be removed once all owned resources are garbage collected by the system
emailstring
Optional email address associated with the account
created_atstring date-time
The timestamp when the account was created
last_updatedstring date-time
The timestamp of the last update to the account metadata itself (not users or creds)