v17

latestOpenAPI 3.0.1raw.githubusercontent.com2026-07-08165682.0 MB
Users

Get current user

Get the user associated with this service token

Authorization

A OAuth token must have at least one of the following scopes in order to use this API endpoint:

OAuth Scopes

ResourceScopes
Userread_user
get/user

Response

Returns the user associated with this service token

idstring required

The ID of the user

display_namestring required

The display name of the user

namestring required

The name of the user

emailstring required

The email of the user

avatar_urlstring required

The URL source of the user's avatar

created_atstring required

When the user was created

updated_atstring required

When the user was last updated

two_factor_auth_configuredboolean required

Whether or not the user has configured two factor authentication

ssoboolean nullable

Whether or not the user is managed by SSO.

managedboolean nullable

Whether or not the user is managed by an authentication provider.

directory_managedboolean nullable

Whether or not the user is managed by a SSO directory.

email_verifiedboolean nullable

Whether or not the user is verified by email.