A valid request URL is required to generate request examples{
"users": [
{
"id": "<string>",
"email": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"role": "user",
"created_at": "<string>",
"last_sign_in_at": "<string>",
"blocked": true,
"blocked_at": "<string>",
"blocked_reason": "<string>",
"blocked_by": "<string>",
"spending_limit": 123,
"current_spend": 123,
"over_limit": true
}
],
"meta": {
"current_page": 123,
"per_page": 123,
"total_pages": 123,
"total_count": 123,
"has_next": true,
"has_prev": true
}
}Returns a paginated list of platform users.
A valid request URL is required to generate request examples{
"users": [
{
"id": "<string>",
"email": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"role": "user",
"created_at": "<string>",
"last_sign_in_at": "<string>",
"blocked": true,
"blocked_at": "<string>",
"blocked_reason": "<string>",
"blocked_by": "<string>",
"spending_limit": 123,
"current_spend": 123,
"over_limit": true
}
],
"meta": {
"current_page": 123,
"per_page": 123,
"total_pages": 123,
"total_count": 123,
"has_next": true,
"has_prev": true
}
}