Create a new group

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

}


Language
Authorization
Header
Click Try It! to start a request and see the response here!