Get user details v2

The endpoint returns the user’s details based on their user ID. The response includes information about the user’s status (such as active or verified), the result of the appropriateness questionnaire, pending acceptance of terms & conditions, and more.

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 V2

401

Unauthorized

404

Not found

422

Error

503

Maintenance or Service unavailable

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