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

# Add users to a group

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

## Path parameters

- `id` integer, required

## Headers

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

## Request body

- object
  - `ids` object
    - integer[] — Specify the IDs of the drivers whom you want to add to a specific 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)
