List internal users with filtering and pagination
Internal Users API
List internal users with filtering and pagination
Retrieve a paginated list of internal users (human agents) within the workspace.
Supports optional filtering by exact email and by status (active/disabled/all).
GET
List internal users with filtering and pagination
Authorizations
Copy the API key as provided by the Bridge Console.
Path Parameters
Unique identifier of the workspace (UUID v4).
Example:
"b6cf1c4a-2b1e-4e63-8f3e-0f9d1a2a1234"
Query Parameters
Filter internal users by exact email address.
Example:
"john.doe@example.com"
Filter by status: 'active' (default), 'disabled', or 'all'.
Available options:
active, disabled, all Number of internal users per page
Required range:
1 <= x <= 100Cursor provided on a previous request to get the next page