Get user details

The endpoint returns the user’s details based on user ID. The response contains information if the user answered appropriateness questions and if the user is verified, active and blacklisted.

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

User ID

Responses
200

Get user details

401

Invalid user

429

Too Many Requests

503

Maintenance or Service unavailable

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