# Get Endpoint - GetCurrentUserId

Retrieves the ELO Sync user ID of the REST API endpoint caller.

# HTTP Request

One of the following requests should be made:

GET /api/auth/user/id

# Request headers

Name Description
Authorization required. Bearer {token}. See authorization

# Responses

Code Description Type
200 ELO Sync user id. string
401 User/service is not authenticated.
500 An internal server error has occurred while retrieving the user ID.
Last updated: May 15, 2025 at 6:02 PM