GET
/
v1
/
organizations
/
{org_id}
/
users
/
{user_id}
curl --request GET \
  --url https://api.codegen.com/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