list_scim_workspace_mappings
List identity-provider SCIM group mappings that grant Portkey workspace roles to audit provisioned access or obtain mapping_id before deletion. Filter by workspace, group, or role and page through large directories.
Instructions
List identity-provider SCIM group mappings that automatically grant Portkey workspace roles. Use it to audit provisioned access or obtain mapping_id before delete_scim_workspace_mapping; filter by workspace, group, or role and page through large directories. This reads mappings only and does not query individual workspace 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. Unlike current_page used by other list tools in this API (which is 1-based), do not pass 1 for the first page here. | |
| role | No | Return only mappings that grant this workspace role | |
| page_size | No | Mappings per page, from 1 through 100 | |
| workspace_id | No | Return only mappings for this Portkey workspace ID | |
| scim_group_id | No | Return only mappings for this identity-provider SCIM group ID |
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 |