---
title: "Add a vehicle to a group"
method: POST
path: "/v1/groups/{id}/vehicles"
---

# Add a vehicle to a group

`POST /v1/groups/{id}/vehicles`

## Path parameters

- `id` integer, required

## Headers

- `X-Time-Zone` string
- `X-Metric-Units` boolean
- `X-User-Id` integer

## Request body

- object
  - `ids` integer[] — Specify the ID of one or more vehicles to add then to a particular group.

## Response `200`

200

- object
  - `success` boolean

## Other responses

- `400` — 400
- `404` — 404

---

[API](https://skmtc.net/gomotive/apis/motive.md) · [All operations](https://skmtc.net/gomotive/apis/motive/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gomotive/motive/versions/c71780e497f5/schema)
