Groups
Create & Update Groups
Create Group(s)
POST
`/v1/groups`
This API will allow you to create a single group using a traditional REST approach.
Create Single Group
The only required property for a group is the name and resource type (location
or contact
)
Update Group
POST
`/v1/groups/:group`
To update a group, you'll need to pass the group's ID along with any properties that you want to manage.