POST api/scim/v2/groups
Creates a new Group
Request Information
URI Parameters
None.
Body Parameters
A urn:ietf:params:scim:schemas:core:2.0:Group with the details of the new group
GroupName | Description | Type | Additional information |
---|---|---|---|
displayName | string |
None. |
|
members | Collection of GroupMember |
None. |
|
schemas | Collection of string |
None. |
|
id | string |
None. |
|
externalId | string |
None. |
|
meta | ResourceMetadata |
None. |
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
A HTTP 200 Ok containing the new urn:ietf:params:scim:schemas:core:2.0:Group, or a 409 Conflict if the group already exists
GroupName | Description | Type | Additional information |
---|---|---|---|
displayName | string |
None. |
|
members | Collection of GroupMember |
None. |
|
schemas | Collection of string |
None. |
|
id | string |
None. |
|
externalId | string |
None. |
|
meta | ResourceMetadata |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.