Get a user by ID
Path Parameters
- Type: integeruser
Id requiredID of user
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for get/user/{userId}
curl https://test.boost.space/api/user/1 \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"id": 42,
"created": "2026-01-15T09:30:00Z",
"createdUserId": 42,
"updated": "2026-01-15T09:30:00Z",
"updatedUserId": 42,
"labels": [
1
]
}