put https://api.everbridge.net/rest/groups//
Update a group within an organization
Update a group within an organization. “Update” refers to renaming the group or changing its position.
If the group is nested, then make it a root group by changing the “parentID” value to -1. You can change the group position by setting its “parentID” to that of another parent.
Using property 'enableSequencedContact'
Don’t use the “enableSequencedContact” variable via the API. It could cause an error with the platform
Request body
Property | Description |
---|---|
name | The name of the group |
parentId | The ID of the parent group. This value is -1 if there is no parent |
calendarId | Id of the scheduled calendar event - COMING SOON |