---
title: "Revoke ACS User Access to All Entrances"
method: POST
path: "/acs/users/revoke_access_to_all_entrances"
tags: ["/acs"]
---

# Revoke ACS User Access to All Entrances

`POST /acs/users/revoke_access_to_all_entrances`

Revokes access to all [entrances](/api/acs/entrances/object) for a specified [access system user](/low-level-apis/access-systems/user-management).

## Request body

- object
  - `acs_system_id` string, uuid — ID of the access system for which you want to revoke access. You can only provide acs_system_id with user_identity_id.
  - `acs_user_id` string, uuid — ID of the access system user for whom you want to revoke access. You can only provide acs_user_id or user_identity_id.
  - `user_identity_id` string, uuid — ID of the user identity for whom you want to revoke access. You can only provide acs_user_id or user_identity_id.

## 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/revisions/00c35395ce12/schema)
