Users
Create User
POST
/
v1
/
accounts
/
{account_id}
/
users
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The Account Id
Query Parameters
The user ID to use in the user name. e.g. my-user If not specified, a default ID is generated from user.email.
Body
application/json
The user's role, e.g. admin or user.
The user's email address.
Human-readable display name of the user. e.g. "Alice" Must be fewer than 64 characters long.
The state of the user.
Available options:
STATE_UNSPECIFIED
, CREATING
, READY
, UPDATING
, DELETING
Contains information about the user status.
Response
200 - application/json
The user's role, e.g. admin or user.
The user's email address.
Human-readable display name of the user. e.g. "Alice" Must be fewer than 64 characters long.
The creation time of the user.
The state of the user.
Available options:
STATE_UNSPECIFIED
, CREATING
, READY
, UPDATING
, DELETING
Contains information about the user status.
Was this page helpful?