cURL
curl --request PATCH \ --url https://api.attention.tech/v2/scim/Groups/{id} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "schemas": [ "urn:ietf:params:scim:api:messages:2.0:PatchOp" ], "Operations": [ { "op": "add", "path": "members", "value": [ { "value": "5b3680ed-0bed-4c98-af91-e75c3f384b15", "display": "john.doe@example.com" } ] } ] } '
{ "schemas": [ "urn:ietf:params:scim:schemas:core:2.0:Group" ], "id": "group-uuid-123", "displayName": "Sales Team", "members": [ { "value": "user-uuid-1", "display": "jane@example.com" } ] }
Partially updates a group using SCIM patch semantics.
Documentation IndexFetch the complete documentation index at: https://docs.attention.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.attention.com/llms.txt
Use this file to discover all available pages before exploring further.
SCIM ID of the group
[ "urn:ietf:params:scim:api:messages:2.0:PatchOp"]
Show child attributes
Group patched successfully
"1001"
[ "urn:ietf:params:scim:schemas:core:2.0:Group", "urn:okta:custom:group:1.0"]
"firstGroup"
[{ "value": "101", "display": "okta" }]
Was this page helpful?