Create Group

Log in to see full request history

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
json
Defaults to { "group":{ "name": "Name of group", "description": "Hello group!" } }
Headers
string
Defaults to application/json
string
Defaults to application/json
Responses

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