Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The properties of the User being updated. user.name
must
be populated with the updated resource's name.
The user's role, e.g. admin or user.
Human-readable display name of the user. e.g. "Alice" Must be fewer than 64 characters long.
The user's email address.
The state of the user.
Available options:
STATE_UNSPECIFIED
, CREATING
, READY
, UPDATING
, DELETING
Contains information about the user status.
Response
200 - application/json
A successful response.
The user's role, e.g. admin or user.
Human-readable display name of the user. e.g. "Alice" Must be fewer than 64 characters long.
The creation time of the user.
The user's email address.
The state of the user.
Available options:
STATE_UNSPECIFIED
, CREATING
, READY
, UPDATING
, DELETING
Contains information about the user status.
The update time for the user.