Authorization: ********************curl --location --request GET 'https://test.whitelabel.bitpanda.com/v2/users?id=8f3664a8-d98a-11ef-898b-02da11e44a70&type=retail&verified=true&active=true&trading_active=true®istered_after=2025-01-01T00%3A00%3A00%2B00%3A00®istered_before=2025-01-01T00%3A00%3A00%2B00%3A00&size=50&order&after=eyJ1c2Vycy5pZCI6MiwiX3BvaW50c1RvTmV4dEl0ZW1zIjp0cnVlfQ' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "2e4c89ac-1290-426f-8de0-4c7b40b91d3a",
"account_level_id": 1,
"type": "retail",
"verified": true,
"active": true,
"buy_active": true,
"trading_active": true,
"registered_at": "2025-01-01T12:00:00+00:00",
"offboarded": false,
"compliance": {
"aml": "pending",
"appropriateness": "pending",
"client_categorization": "pending",
"cool_off_time_end": "2013-12-28T21:58:04+00:00"
},
"tax_compliant": true
}
],
"meta": {
"next_cursor": "eyJ1c2Vycy5pZCI6MiwiX3BvaW50c1RvTmV4dEl0ZW1zIjp0cnVlfQ",
"prev_cursor": "eyJ1c2Vycy5pZCI6MiwiX3BvaW50c1RvTmV4dEl0ZW1zIjpmYWxzZX0"
}
}