v22

latestOpenAPI 3.1.0raw.githubusercontent.com2025-10-07253798.6 KB
users
users
users

Get Current User Info

Get current user information from API token.

Returns detailed information about the user associated with the provided API token. This is useful for applications that need to identify the current user from their API token.

Rate limit: 60 requests per 30 seconds.

get/v1/users/me

Headers

{"stackTrail":"paths:/v1/users/me:get:parameters:0:schema","oasType":"schema","type":"unknown","title":"Authorization"}

Response

Successful Response

idinteger required

Unique user ID

emailstring nullable

User's email address

github_user_idstring required

GitHub user ID

github_usernamestring required

GitHub username

avatar_urlstring nullable

URL to user's avatar image

full_namestring nullable

User's full name

rolestring nullable

User's role in the organization (ADMIN, MANAGER, MEMBER)

is_adminboolean nullable

Whether the user is an admin (deprecated, use role instead)