Skip to main content
GET
/
api
/
assignees
/
{id}
Retrieve a single user by id
curl --request GET \
  --url https://api.example.com/api/assignees/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "name": "<string>",
  "email": "<string>"
}

Authorizations

Authorization
string
header
required

JWT token obtained from AWS Cognito or custom authentication service

Path Parameters

id
integer
required

A unique integer value identifying this user.

Response

200 - application/json
id
integer
required
name
string | null
required
email
string
required