---
title: "POST /core/groups/{group_uuid}/add_user/"
method: POST
path: "/core/groups/{group_uuid}/add_user/"
tags: ["core"]
---

# POST /core/groups/{group_uuid}/add_user/

`POST /core/groups/{group_uuid}/add_user/`

Add user to group

## Path parameters

- `group_uuid` string, uuid, required

## Request body

- UserAccountRequest — Account adding/removing operations
  - `pk` integer, required

## Response `204`

User added

## Other responses

- `400`
- `403`
- `404` — User not found

---

[API](https://skmtc.dev/goauthentik/apis/authentik.md) · [All operations](https://skmtc.dev/goauthentik/apis/authentik/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/goauthentik/authentik/revisions/4e42e86021d7/schema)
