v22

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

Get User

Get details for a specific user in an organization.

Returns detailed information about a user within the specified organization. The requesting user must be a member of the organization to access this endpoint.

Rate limit: 60 requests per 30 seconds.

get/v1/organizations/{org_id}/users/{user_id}

Path parameters

org_idinteger required
user_idinteger required

Headers

{"stackTrail":"paths:/v1/organizations/{org_id}/users/{user_id}:get:parameters:2: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)