GET
/
v1
/
organizations
/
{org_id}
/
users
/
{user_id}
{
  "id": 123,
  "email": "<string>",
  "github_user_id": "<string>",
  "github_username": "<string>",
  "avatar_url": "<string>",
  "full_name": "<string>"
}

Headers

authorization
any

Path Parameters

org_id
string
required
user_id
string
required

Response

200
application/json
Successful Response

Represents a user in API responses

id
integer
required
email
string | null
required
github_user_id
string
required
github_username
string
required
avatar_url
string | null
required
full_name
string | null
required

Was this page helpful?