Skip to main content
GET
Retrieve user

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

Successful Response

User object with all details

id
integer
required

User ID

name
string
required

User full name

email
string<email>
required

User email address

is_active
boolean
required

Whether the user is active

groups
integer[]

List of group IDs

permissions
integer[]

List of permission IDs

created_at
string<date-time>

User creation timestamp

updated_at
string<date-time>

User last update timestamp