curl --request GET \
--url http://localhost/api/api/users/{id} \
--header 'Authorization: Bearer <token>'{
"id": 123,
"name": "<string>",
"email": "jsmith@example.com",
"is_active": true,
"groups": [
123
],
"permissions": [
123
],
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}curl --request GET \
--url http://localhost/api/api/users/{id} \
--header 'Authorization: Bearer <token>'{
"id": 123,
"name": "<string>",
"email": "jsmith@example.com",
"is_active": true,
"groups": [
123
],
"permissions": [
123
],
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}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.
JWT token obtained from AWS Cognito or custom authentication service
A unique integer value identifying this user.
Successful Response
User object with all details
User ID
User full name
User email address
Whether the user is active
List of group IDs
List of permission IDs
User creation timestamp
User last update timestamp