Groups

Create a new group

Creates a new group in the system. Only sudo administrators can create groups.

post/api/group

Request body

namestring required
inbound_tagsstring[] required
is_disabledboolean

Response

Successful Response

namestring required
inbound_tagsstring[] nullable
is_disabledboolean
idinteger required
total_usersinteger

Changes