LocalGroupLocationAdd

⌘K

Add a location to a group.

JSON-RPC Method:

local.group.location.add
Go to Example Code

Request

group_id

number

The ID of the local group.

location_id

number

The id of the location

1{
2  "group_id": 123,
3  "location_id": 456
4}

Response

Returns an empty object on success.

1{}

Example Code

Quota Usage

Does not require any quota.