List All Users (Admin)
GET
/users/list
Retrieves a paginated list of all user accounts in the system including their roles and status. Supports search by username, first name, or last name. Admin access required.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
Type
HTTP (bearer)
Parameters
Query Parameters
search
Search term to filter users by username, first name, or last name
Type
string
limit
Maximum number of users to return (default: 50)
Type
number
offset
Number of users to skip for pagination (default: 0)
Type
number
Responses
Paginated list of user accounts with total count
application/json
JSON
{
}
