Create Group

To create a group, send a POST request to the groups endpoint with the following parameters:

PropertyTypeRequiredDescription
namestringyesThe name of the group
descriptionstringnoDescription of the group
{
    "group":{
        "name": "New group",
        "description": "Hello group!"
    }
}

Language
Authorization
Header
Click Try It! to start a request and see the response here!