Create Group

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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!"
    }
}
Body Params
group
object
required
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json