Create Group

Creates a new group. A group is a collection of users.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
descriptionstringRequiredformat: "text"
Description of the group.
namestringRequiredformat: "text"
Unique name of the group.
typeenumOptional
Type of the group.
Allowed values:
dynamic_group_infoobjectOptional
Information to define dynamic groups.
member_typeenumOptional
Type of the members in the group.
Allowed values:
ownerstringOptionalformat: "id"
Owner of the group.

Response

The response to group creation.
groupobject

Errors