Create Group

POST

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

Request

This endpoint expects an object.
descriptionstringRequired

Description of the group.

namestringRequired

Unique name of the group.

typeenumOptional
Allowed values: dynamicstatic

Type of the group.

dynamic_group_infomap from strings to anyOptional

Information to define dynamic groups.

member_typeenumOptional
Allowed values: dev_userrev_user

Type of the members in the group.

ownerstringOptional

Owner of the group.

Response

The response to group creation.

groupobject
Built with