Skip to main content
GET
/
v1
/
query
/
get-user-details
Get user details by user id
curl --request GET \
  --url https://api.example.com/v1/query/get-user-details
{
  "userId": "550e8400-e29b-41d4-a716-446655440000",
  "verificationStatus": "active",
  "userInfo": {
    "firstName": "<string>",
    "lastName": "<string>",
    "email": "<string>",
    "nationality": "FRA",
    "residentialAddress": {
      "streetLine1": "33 Rue La Fayette",
      "city": "Paris",
      "postalCode": "75009",
      "country": "FRA",
      "streetLine2": "WeWork",
      "state": "IDF"
    }
  },
  "createdAt": "2023-11-07T05:31:56Z",
  "accountIds": [
    "550e8400-e29b-41d4-a716-446655440000"
  ]
}

Query Parameters

userId
string<uuid>
required

A UUID string

Example:

"550e8400-e29b-41d4-a716-446655440000"

Response

User details retrieved successfully

Response body for user details

userId
string<uuid>
required

A UUID string

Example:

"550e8400-e29b-41d4-a716-446655440000"

verificationStatus
enum<string>
required

The identity verification status of the user.

Available options:
not_started,
init,
under_review,
waiting_for_information,
active,
rejected,
inactive
Example:

"active"

userInfo
object
required

Response body for user information

createdAt
string<date-time>
required
accountIds
string<uuid>[] | null

A UUID string