Logo
Siemens Xcelerator Developer Portal API Documentation

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" }



Curl
curl -X GET '//public/api/users/v1/users/current_user' -H 'Comos-API-Session: <string>' -H 'Accept: application/json'

ENDPOINTS