Create a group

POST {{baseUrl}}/groups

Use this API to create a group . You can add a maximum of 100 groups in one account per day, and a maximum of 5000 groups in one account.

If you enabled a new group via the user interface, you can also choose whether to display the group and set its privacy level.

Prerequisites : * A Pro or higher account

Scopes: group:write:admin

Rate Limit Label : Light

Request Body

{"name"=>"<string>"}

HEADERS

| Key | Datatype | Required | Description | | Content-Type | string | | | | Accept | string | | |

RESPONSES

status: Created

{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","total_members":"\u003cinteger\u003e"}