groups

Create

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

Request

This endpoint expects an object.
description
stringRequired
Description of the group.
name
stringRequired
Unique name of the group.
type
enumOptional
Type of the group.
Allowed values: dynamicstatic
dynamic_group_info
map from strings to anyOptional
Information to define dynamic groups.
member_type
enumOptional
Type of the members in the group.
Allowed values: dev_userrev_user
owner
stringOptional
Owner of the group.

Response

This endpoint returns an object
group
object