# 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:

GET /api/auth/user/info

# Query parameters

Name Description
repository required. Destination repository key.

# Request headers

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.
Last updated: May 15, 2025 at 6:02 PM