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.
Get user details
Invalid user
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
]
}
}