API Guide
]
}
401 — You are not authorized to perform this operation
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
default — Success or error response
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
GET /auth/users/{userId}
Retrieves specific user information.
API
GET /auth/users/{userId}
Description This API returns user information based on the specific user ID.
Parameters
Table 10. API parameters
Filter name Description
userId *
required string (path)
userId to obtain user information.
Responses 200 — Response to the login or extend request
{
"first_name": "string",
"last_name": "string",
"user_id": "string",
Authentication 23










