Get Endpoint - GetCurrentUserInfo
Loads information about the ELO Sync user calling the REST API endpoint.
HTTP Request
One of the following requests should be made:
Query parameters
| Name | Description |
| repository | required. Destination repository key. |
| Name | Description |
| Authorization | required. Bearer {token}. See authorization |
Responses
| Code | Description | Type |
200 | Info about the logged in elo sync user. | LoggedInUserInfoDto |
401 | Loading user info by given credentials is not allowed. | |
500 | Loading info failed due to an internal server error. | |