Lists the users in your organization. This endpoint does not support API key authentication.

GET /users

Response

200 application/json
# auth0UserID string

Identifier of the user in the identity provider.

# authID string

Identifier issued by the authentication provider.

# created string

Time the user was created.

# email string

Email address of the user.

# enabled boolean

Whether the user can sign in.

# firstName string

Given name of the user.

# id string

Unique identifier of the user.

# lastName string

Family name of the user.

# metadata object

Additional details about the user.

Show child attributes Hide child attributes
attachedTostring[]

Resources the user is attached to.

lastLoginstring

Time the user last signed in.

# path string

Hierarchical path of the user within the organization.

# roles object[]

Roles assigned to the user.

Show child attributes Hide child attributes
displayNamestring

Name of the role as it appears in the TigerGraph Savanna console.

idstring

Unique identifier of the role.

namestring

Name of the role.

pathstring

Hierarchical path of the role within the organization.

tenantIDstring

Unique identifier of the tenant the role belongs to.

trnstring

TigerGraph resource name of the role.

# tenantID string

Unique identifier of the tenant the user belongs to.

# trn string

TigerGraph resource name of the user.

# updated string

Time the user was last updated.

# username string

Username of the user.