Update Group Name / Description

Use this endpoint to change the name and description of a group.

Note: if you are looking to manage a groups members, layers, projects and forms, you will need to use the Update Group Permissions endpoint.

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

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