Skip to main content

GET /utils/

Retrieve users.

Retrieves a paginated list of all registered users and the total user count. This endpoint is restricted to users with superuser privileges.

Endpoint

GET /utils/

Parameters

NameTypeDescription
skipint = 0The number of user records to skip from the beginning of the collection for pagination.
limitint = 100The maximum number of user records to return in the response.

Response

StatusDescription
200Successfully retrieved the list of users. Returns UsersPublic.
401Returned if the request lacks valid authentication credentials.
403Returned if the authenticated user does not have superuser permissions.