Skip to main content

Get a user

Endpoint URL

GET /api/v2/users/:id

Get a user

Retrieves the complete profile details of a specific user. Τo successfully fetch a user, include the user's unique ID as a path parameter in the request URL. If the request is valid and the user exists, the API returns the full set of user details in the response.

Request