Overview
|
Descriptions
Basic information about the current user.
GET /api/content/user
Get basic information about the current user.
Request
Parameter Name | Type | Required | Description |
|---|---|---|---|
logout | Boolean | false | Logs out the user and ends the session. |
Response
Returns
http 200 - OK, call successful.
http 401 - Unauthorized if the authentication process has failed.
Data structure
Property | Type | Description |
|---|---|---|
name | String | The name of the user. |
nativeReference | String | The native reference of the user in the back-end system. |
instance | String | The name of the logical EBIS system. |
sessionId | String | The session ID of the EBIS user. |
language | String | The language of the user. |
When this function is executed using Bearer authentication, the basic information of the archive user entered in the trusted-settings of the Bearer configuration will be output. No information about the user authenticated via the ID token will be output.