Add locations to a group
Groups
Add locations to a group
Add one or more locations to a location group. Provide location_id or location_ids.
POST
Add locations to a group
Request Structure
| Field | Required | Description |
|---|---|---|
group_id | Yes | The group to add locations to |
location_id | One of | Single location ID |
location_ids | One of | Array of location IDs |
Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Path Parameters
The group ID
Body
application/json
Response
Locations added to the group

