Try Bifrost Enterprise free for 14 days. Explore now
A valid request URL is required to generate request examples
{ "users": [ { "id": "<string>", "name": "<string>", "email": "[email protected]", "role_id": 123, "role": { "id": 123, "name": "<string>", "description": "<string>", "is_system_role": true }, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ], "total": 123, "page": 123, "limit": 123, "total_pages": 123, "has_more": true }
Returns a paginated list of users with optional search.
Page number (1-based)
x >= 1
Number of users per page (max 100)
1 <= x <= 100
Search by name or email
Successful response
Show child attributes
Total number of users matching the query
Current page number
Number of users per page
Total number of pages
Whether more pages are available
Was this page helpful?