Get the details of the current user
GET {{baseUrl}}/public/api/users/v1/users/current_user
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Comos-API-Session
|
string | (Required) Comos SessionId that needs to be passed with every request except Login | |
Accept
|
string |
RESPONSES
status OK
{
"IsPM": false,
"UserName": "exercitation labore reprehenderit incididunt eiusmod",
"LastName": "consectetur officia",
"FirstName": "sit"
} |
ENDPOINTS