Groups
Add Location to Group
Adds a location to the specified group.
POST
/
v1
/
organizations
/
{organizationSlug}
/
groups
/
{groupName}
/
locations
/
{location}
Path Parameters
organizationSlug
string
requiredThe slug of the organization or user account.
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?