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.
Get user details
Invalid user
Error
Too Many Requests
Maintenance or Service unavailable
{- "data": {
- "id": "2e4c89ac-1290-426f-8de0-4c7b40b91d3a",
- "appropriateness_tag": {
- "short_name": "appropriateness.not_appropriate",
- "requires_test_completion": false,
- "requires_test_resubmission": false
}, - "active": true,
- "blacklisted": false,
- "verified": true,
- "trading_active": {
- "status": true,
- "reason": "Trading disabled"
}, - "account_level_id": "1",
- "verification_details": {
- "status": "completed",
- "reason": "User is verified"
}, - "terms_not_accepted": [
- 1,
- 2
]
}
}