PATCH api/scim/v2/groups/{scimId}

Applies a SCIM PATCH to a group.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
scimId

The SCIM identifier of the group to update.

string

Required

Body Parameters

The SCIM PatchOp request describing the operations to apply.

PatchRequest
NameDescriptionTypeAdditional information
schemas

Collection of string

None.

operations

Collection of PatchOperation

None.

Request Formats

application/json, text/json

Sample:
{
  "schemas": [
    "sample string 1",
    "sample string 2"
  ]
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PatchRequest'.

application/scim+json

Sample:
{
  "operations": null,
  "schemas": [
    "sample string 1",
    "sample string 2"
  ]
}

Response Information

Resource Description

Group
NameDescriptionTypeAdditional information
displayName

string

None.

members

Collection of GroupMember

None.

schemas

Collection of string

None.

id

globally unique identifier

None.

externalId

string

None.

meta

ResourceMetadata

None.

Response Formats

application/json, text/json, application/scim+json

Sample:

Sample not available.