Groups
Add Location to Group
Adds a location to the specified group.
POST
/
v1
/
organizations
/
{organizationName}
/
groups
/
{groupName}
/
locations
/
{location}
Path Parameters
organizationName
string
requiredThe name of the organization or user.
groupName
string
requiredThe name of the group.
location
string
requiredThe location code to add to the group.
Response
200 - application/json
group
object
The group with the added location
Was this page helpful?