Documentation Index
Fetch the complete documentation index at: https://mintlify.com/scalekit-inc/developer-docs/llms.txt
Use this file to discover all available pages before exploring further.
Manage groups via SCIM 2.0 protocol.
Endpoints
List groups
Response:
{
"schemas": ["urn:ietf:params:scim:api:messages:2.0:ListResponse"],
"totalResults": 1,
"Resources": [
{
"id": "grp_1234567890",
"displayName": "Engineering",
"members": [
{
"value": "usr_1234567890",
"$ref": "/scim/v2/Users/usr_1234567890"
}
]
}
]
}
Create group
Request body:
{
"schemas": ["urn:ietf:params:scim:schemas:core:2.0:Group"],
"displayName": "Engineering",
"members": []
}
Update group
PATCH /scim/v2/Groups/{groupId}
Delete group
DELETE /scim/v2/Groups/{groupId}
Next steps
SCIM users
User provisioning
Directory sync
Directory synchronization