Skip to main content
GET
List Users
Retrieves a paginated list of users with their group memberships and total count.

Authentication

Requires admin authentication.

Query Parameters

string
Search query to filter users by name or email
string
Field to order results by. Options: name, email, created_at, last_active_at, updated_at, role, or group_id:{group_id} for custom group ordering
string
Sort direction. Options: asc or desc
integer
default:"1"
Page number for pagination (minimum: 1)

Response

array
Array of user objects with group IDs
integer
Total number of users matching the query

Example Request

Example Response

Notes

  • Returns 30 users per page
  • Users are returned with their associated group IDs
  • Profile image URLs default to /api/v1/users/{id}/profile/image if not set