Skip to main content
GET
The response is paginated. The query parameters page (zero-indexed) and page_size control pagination, and the response includes a total_count field reflecting the total number of mappings across all pages.When a SCIM group is mapped to multiple workspaces, the list contains one entry per (group, workspace) pair. Filter by workspaceId, scimGroupId, or role to narrow results.

Authorizations

x-portkey-api-key
string
header
required

Query Parameters

workspace_id
string

Filter mappings by workspace ID or slug.

scim_group_id
string

Filter mappings by SCIM group ID.

role
enum<string>

Filter mappings by role.

Available options:
admin,
member,
manager

Response

200 - application/json

OK

mappings
object[]
total_count
integer

Total number of mappings returned.

Last modified on June 23, 2026