GET /api/users
Returns a paginated list of all users. This endpoint is publicly accessible and does not require authentication.Results are paginated with a page size of 8 items. Use the
page parameter to navigate between pages.Query parameters
Filter users by name or email. Returns all users when omitted.
Page number to retrieve. Starts at 1.
Response fields
Indicates whether the request succeeded.
Human-readable result message.