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

Documentation Index

Fetch the complete documentation index at: https://docs.cynopsis.co/llms.txt

Use this file to discover all available pages before exploring further.

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
read-only
name
string | null
required
read-only
email
string
required
read-only