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