Update

Update Single Group

POST - /v2/companies/<company_id>/groups/<group_id>

Send your POST body with any valid property options from the Groups - Create page. Do not include fields you do not want updated.

Responses:

Successful Response

Full JSON Object of the updated version of the Group

{
  "id": "2d2ad78e-c6de-467e-8413-c616b55294a5",
  "name": "West Coast - HQ",
  "timezone": "America/Los_Angeles",
  "color": "#53A9FF",
  "address_1": "1111 S Figueroa St",
  "address_2": "Building 3",
  "city_town": "Los Angeles",
  "state_province": "CA",
  "zipcode": "90015",
  "country": "United States",
  "contact_name": "John Doe",
  "contact_number": "1-213-444-3535",
  "contact_email": "[email protected]"
}

What’s Next