---
title: "Remove an ACS User from an Access Group"
method: POST
path: "/acs/access_groups/remove_user"
tags: ["/acs"]
---

# Remove an ACS User from an Access Group

`POST /acs/access_groups/remove_user`

Removes a specified [access system user](/low-level-apis/access-systems/user-management) from a specified [access group](/low-level-apis/access-systems/user-management/assigning-users-to-access-groups).

## Request body

- object
  - `acs_access_group_id` string, uuid, required — ID of the access group from which you want to remove an access system user.
  - `acs_user_id` string, uuid — ID of the access system user that you want to remove from an access group.
  - `user_identity_id` string, uuid — ID of the user identity associated with the user that you want to remove from an access group.

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

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