PATCH
/
api
/
v1
/
scim
/
groups
/
{id}
curl --request PATCH \
  --url https://saas.pads365.com/rdx/NDS.Services.User.Scim/api/v1/scim/groups/{id} \
  --header 'Content-Type: application/json' \
  --data '{
  "Schemas": [
    "<string>"
  ],
  "Operations": [
    {
      "Op": 0,
      "Path": "<string>",
      "Value": "<string>"
    }
  ]
}'
{
  "schemas": [
    "<string>"
  ],
  "id": "<string>",
  "externalId": "<string>",
  "applicationExternalId": "<string>",
  "meta": {
    "resourceType": "<string>",
    "created": "2023-11-07T05:31:56Z",
    "lastModified": "2023-11-07T05:31:56Z",
    "location": "<string>",
    "version": "<string>"
  },
  "status": "<string>",
  "displayName": "<string>",
  "members": [
    {
      "value": "<string>",
      "type": "<string>",
      "display": "<string>",
      "primary": true,
      "$ref": "<string>"
    }
  ]
}

Path Parameters

id
string
required

Body

application/json

Response

200 - application/json

The response is of type object.