list_scim_groups
Search and page through SCIM-synced identity-provider groups to resolve a group ID or exact display name before creating workspace mappings. Reads directory groups only, not members or mappings.
Instructions
Search and page through identity-provider groups synchronized to Portkey over SCIM. Use this to resolve a group ID or exact display name before create_scim_workspace_mapping; it reads directory groups only and does not show their workspace mappings or individual members. Enterprise-gated. Returns 403 on non-Enterprise Portkey plans.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Zero-based results page to retrieve; the first page is 0. These SCIM tools name the parameter page, not the current_page used by other list tools. | |
| search | No | Case-insensitive text to match against SCIM group names | |
| page_size | No | SCIM groups per page, from 1 through 100 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool call succeeded and returned structured data | |
| data | No | Structured success payload when ok is true | |
| error | No | Structured error payload when ok is false |