cURL
curl --request PATCH \ --url https://api.mileiq.com/scim/v2/Groups/{group_id} \ --header 'Content-Type: application/json' \ --data '{ "schemas": [ "urn:ietf:params:scim:api:messages:2.0:PatchOp" ], "Operations": [ { "op": "<string>", "value": {} } ] }'
{ "schemas": [ "urn:ietf:params:scim:schemas:core:2.0:Group" ], "id": "<string>", "displayName": "<string>", "members": [ { "value": "<string>", "display": "<string>" } ], "meta": { "resourceType": "<string>", "created": "2023-11-07T05:31:56Z", "lastModified": "2023-11-07T05:31:56Z", "location": "<string>" } }
Show child attributes
Successful Response