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: Rate Limit Label: group:write:admin
Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status Created
{
"id": "<string>",
"name": "<string>",
"total_members": "<integer>"
} |
ENDPOINTS