Retrieve a user session info
GET {{baseUrl}}/session/user-info
Retrieve a user session info
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
If-None-Match | string | Specifies the ETag of the resource | |
Accept | string |
RESPONSES
status: OK
{"userId":"a1b2c3d4","tenantId":"myTenant","email":"john_doe@server.org","firstname":"john","lastname":"doe","country":{"alpha2Code":"DE","name":"Germany"},"company":"Siemens AG","serviceOwner":false,"homeOrganization":{"id":"a1b2c3d4","name":"Carrots Inc"},"account":{"status":"ACTIVE","neverExpires":false,"expiresAt":"2021-08-25T08:55:18.687Z"}}