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

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": {
    }
}