The account name to use. This will identify the account and must be globally unique in the system.
emailstring
An optional email to associate with the account for contact purposes
Response
Account Record
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)