post https://api.seismic.com/scim/v2/Groups
Creates a new group within Seismic tenant.
SCOPES
Requires:
seismic.user.manage
See Permissions for additional details.
An example of group schema for the create group request:
{
"schemas": ["urn:ietf:params:scim:schemas:core:2.0:Group"], //required
"externalId":"",
"displayName": "" // required
}