🚀 Introducing Agent Gateway — governance, observability, and control for your AI agents.  Register for live webinar ↗
curl -X GET https://api.portkey.ai/v1/scim/workspaces \
-H "x-portkey-api-key: PORTKEY_API_KEY"{
"mappings": [
{
"id": "d290f1ee-6c54-4b01-90e6-d701748f0851",
"workspace_id": "ws_my-workspace",
"scim_group": "Engineering Team",
"scim_group_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"role": "member"
}
],
"total_count": 1
}List all mappings between SCIM groups and workspaces for the organisation. Optionally filter by workspace, SCIM group, or role.
curl -X GET https://api.portkey.ai/v1/scim/workspaces \
-H "x-portkey-api-key: PORTKEY_API_KEY"{
"mappings": [
{
"id": "d290f1ee-6c54-4b01-90e6-d701748f0851",
"workspace_id": "ws_my-workspace",
"scim_group": "Engineering Team",
"scim_group_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"role": "member"
}
],
"total_count": 1
}Documentation Index
Fetch the complete documentation index at: https://docs.portkey.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Filter mappings by workspace ID or slug.
Filter mappings by SCIM group ID.
Filter mappings by role.
admin, member, manager Was this page helpful?