POST api/scim/v2/groups
Creates a new group using the provided SCIM-compliant group resource.
Request Information
URI Parameters
None.
Body Parameters
The SCIM group resource containing the display name and optional metadata for the new group.
Group| Name | Description | Type | Additional 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. |
Request Formats
application/json, text/json, application/x-www-form-urlencoded, application/scim+json
Sample:
Sample not available.
Response Information
Resource Description
On success: HTTP 200 OK with the created group resource. On failure: HTTP 409 Conflict if a group with the same name already exists.
Group| Name | Description | Type | Additional 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.