The endpoint returns the user’s details V2 based on user ID. The response contains information if the user's status.
Get user details V2
Unauthorized
Not found
Error
Maintenance or Service unavailable
{- "data": {
- "id": "2e4c89ac-1290-426f-8de0-4c7b40b91d3a",
- "type": "retail",
- "verified": true,
- "active": true,
- "trading_active": true,
- "registered_at": "2025-01-01T12:00:00+00:00",
- "appropriateness_tag": {
- "short_name": "appropriateness.not_appropriate",
- "requires_test_completion": false,
- "requires_test_resubmission": false
}, - "terms_not_accepted": [
- 1008,
- 1012
]
}
}