SCIM
Patch Group
SCIM
Patch Group
PATCH
/
scim
/
v2
/
Groups
/
{group_id}
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>"
}
}
Headers
Path Parameters
Body
application/json
Response
200
application/json
Successful Response
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>"
}
}