Skip to main content
GET
/
api
/
users
/
{id}
Retrieve a user
curl --request GET \
  --url https://api.example.com/api/users/{id}
{
  "id": "<string>",
  "externalId": "<string>",
  "createdAt": "2023-12-25",
  "updatedAt": "2023-12-25",
  "createdBy": "<string>",
  "space": "production",
  "token": "<string>"
}

Path Parameters

id
string
required

Response

Undescribed

id
string
required
externalId
string | null
required
createdAt
string<date>
required
updatedAt
string<date>
required
createdBy
string | null
required
space
enum<string>
required
Available options:
production,
playground,
shared-playground
token
string
required