id, and the user will need to be created before they are referenced here.curl --location --request PATCH 'https://service1.exmaple.com/scim/v2/enterprises//Groups/' \
--header 'Content-Type: application/json' \
--data '{
"schemas": [
"urn:ietf:params:scim:api:messages:2.0:PatchOp"
],
"Operations": [
{
"op": "replace",
"path": "displayName",
"value": "Employees"
}
]
}'{}