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

query Parameters
user_journey
string

Filters terms_not_accepted for a specific user journey. If not provided, all not accepted terms are included in the response.

Enum: "onboarding" "trading_stocks_buy" "trading_stocks_sell" "trading_etf_buy" "trading_etf_sell" "trading_metals_buy" "trading_metals_sell"
header Parameters
Accept-Language
string

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

Example: en
Responses
200

Get user details

401

Invalid user

422

Error

429

Too Many Requests

503

Maintenance or Service unavailable

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