Create group
Creates a new group in the organization.
POST
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
application/json
The group configuration
Defines a group of users for organizational purposes
Unique name identifier for the group
Detailed description of the group's purpose and scope
List of user IDs that are assigned to this group
List of role IDs that are assigned to this group
Response
200 - application/json
The group was successfully created
Extends the base Group type to include a unique identifier
Unique name identifier for the group
Unique identifier for the group
Detailed description of the group's purpose and scope
Whether the group is managed by Axiom
List of user IDs that are assigned to this group
List of role IDs that are assigned to this group