Skip to main content
GET
/
api
/
assignees
/
{id}
{
  "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