Skip to main content

Application Users

Get Application User

Get an application user by ID.

Request

GET /app/users/{id}

Response

Returns a 200 response on success

Fields

NameTypeDescription
idstringunique application user resource identifier
uristringURI of the application user API resource
identity_providerIdentityProvideridentity provider that the user authenticated with
provider_user_idstringunique user identifier
usernamestringuser username
emailstringuser email
namestringuser common name
created_atstringtimestamp when the user was created in RFC 3339 format
last_activestringtimestamp when the user was last active in RFC 3339 format
last_loginstringtimestamp when the user last signed-in in RFC 3339 format

IdentityProvider fields

NameTypeDescription
namestringname of the identity provider (e.g. Google)
urlstringURL of the identity provider (e.g. https://accounts.google.com)

Delete Application User

Delete an application user by ID.

Request

DELETE /app/users/{id}

Response

Returns a 204 response with no body on success

List Application Users

List all application users for this account.

Request

GET /app/users

Response

Returns a 200 response on success

Fields

NameTypeDescription
application_usersApplicationUserlist of all application users on this account
uristringURI of the application user list API resource
next_page_uristringURI of the next page, or null if there is no next page

ApplicationUser fields

NameTypeDescription
idstringunique application user resource identifier
uristringURI of the application user API resource
identity_providerIdentityProvideridentity provider that the user authenticated with
provider_user_idstringunique user identifier
usernamestringuser username
emailstringuser email
namestringuser common name
created_atstringtimestamp when the user was created in RFC 3339 format
last_activestringtimestamp when the user was last active in RFC 3339 format
last_loginstringtimestamp when the user last signed-in in RFC 3339 format

IdentityProvider fields

NameTypeDescription
namestringname of the identity provider (e.g. Google)
urlstringURL of the identity provider (e.g. https://accounts.google.com)