v27

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-22216424765.0 KB
gateway.openapi_Gateway

Get User

get/v1/accounts/{account_id}/users/{user_id}

Path parameters

account_idstring required

The Account Id

user_idstring required

The User Id

Query parameters

readMaskstring

The fields to be returned in the response. If empty or "*", all fields will be returned.

Response

A successful response.

namestring
displayNamestring

Human-readable display name of the user. e.g. "Alice" Must be fewer than 64 characters long.

serviceAccountboolean
createTimestring date-time

The creation time of the user.

rolestring required

The user's role: admin, user, contributor, or inference-user.

emailstring

The user's email address.

state'STATE_UNSPECIFIED' | 'CREATING' | 'READY' | 'UPDATING' | 'DELETING'
updateTimestring date-time

The update time for the user.