DELETE /scim/v2/groups/{id}
Parameters
| Name |
In |
Description |
Required |
Type |
| id |
path |
|
true |
string |
Responses
| Code |
Returns |
Type |
| 204 |
No Content |
|
| 401 |
Unauthorized - Missing or invalid access token |
|
| 403 |
Forbidden - Provided access token does not permit usage of this API or data |
|
| 404 |
Not Found |
|
| 412 |
Precondition Failed |
|
GET /scim/v2/groups/{id}
Parameters
| Name |
In |
Description |
Required |
Type |
| id |
path |
|
true |
string |
| attributes |
query |
|
|
string |
| excludedAttributes |
query |
|
|
string |
Responses
| Code |
Returns |
Type |
| 200 |
OK |
|
| 400 |
Bad Request |
|
| 401 |
Unauthorized - Missing or invalid access token |
|
| 403 |
Forbidden - Provided access token does not permit usage of this API or data |
|
| 404 |
Not Found |
|
PATCH /scim/v2/groups/{id}
Parameters
| Name |
In |
Description |
Required |
Type |
| id |
path |
|
true |
string |
Request body
{
"operations":
[{
"op": "string",
"path": "string",
"value": ""
}]
,
"schemas":
}
Responses
| Code |
Returns |
Type |
| 204 |
No Content |
|
| 400 |
Bad Request |
|
| 401 |
Unauthorized - Missing or invalid access token |
|
| 403 |
Forbidden - Provided access token does not permit usage of this API or data |
|
| 404 |
Not Found |
|
PUT /scim/v2/groups/{id}
Parameters
| Name |
In |
Description |
Required |
Type |
| id |
path |
|
true |
string |
Responses
| Code |
Returns |
Type |
| 401 |
Unauthorized - Missing or invalid access token |
|
| 403 |
Forbidden - Provided access token does not permit usage of this API or data |
|
| 405 |
Method Not Allowed |
|