v1

latestOpenAPI 3.1.02026-08-04118425322.0 KB
userManagement

List Users

List users in the organization.

This endpoint retrieves a paginated list of users in the organization. The response can be filtered by a search query and optionally include user roles.

get/api/v1/auth-management/users

Query parameters

querystring nullable

Search query to match names and emails

user_idsstring[] nullable

List of user IDs to filter by

offsetinteger

Number of records to skip (for pagination)

limitinteger

Number of users to return

include_rolesboolean

Include user roles in the response

Headers

Authorizationstring required

Bearer authentication

Response

A paginated list of users in the organization