Get user details V2

The endpoint returns the user’s details V2 based on user ID. The response contains information if the user's status.

SecuritybearerAuth
Request
path Parameters
User-ID
required
string <uuid>

User ID

header Parameters
Accept-Language
string

ISO 639-1 2-letter code representing user's language

Example: en
Responses
200

Get user details V2

401

Unauthorized

404

Not found

503

Maintenance or Service unavailable

get/v2/users/{User-ID}
Request samples
Response samples
application/json
{
  • "data": {
    }
}