curl --location '/enterprise/v2/users/all?limit=undefined&cursor=undefined' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"full_name_substring": "string"
}'{
"page": {
"next_uri": "/transactions?start_time=2025-11-22T23%3A45%3A50Z&end_time=2026-01-25T22%3A47%3A34Z&limit=30&cursor=DLVsbG8sIFdvcmxkIQ=="
},
"data": {
"users": [
{
"email": "user@example.com",
"user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
"consented_at": "2019-08-24T14:15:22.123Z",
"full_name": "string",
"deactivated_on": "2019-08-24",
"deactivated": true
}
]
},
"errors": [
{
"provider_id": "string",
"cause": "bad_request"
}
]
}