---
title: "Unsuspend an ACS User"
method: POST
path: "/acs/users/unsuspend"
tags: ["/acs"]
---

# Unsuspend an ACS User

`POST /acs/users/unsuspend`

[Unsuspends](/low-level-apis/access-systems/user-management/suspending-and-unsuspending-users#unsuspend-an-acs-user) a specified suspended [access system user](/low-level-apis/access-systems/user-management). While [suspending an access system user](/api/acs/users/suspend) revokes their access temporarily, unsuspending the access system user restores their access.

## Request body

- object
  - `acs_system_id` string, uuid — ID of the access system of the user that you want to unsuspend. You can only provide acs_system_id with user_identity_id.
  - `acs_user_id` string, uuid — ID of the access system user that you want to unsuspend. You can only provide acs_user_id or the combination of acs_system_id and user_identity_id.
  - `user_identity_id` string, uuid — ID of the user identity that you want to unsuspend. You can only provide acs_user_id or the combination of acs_system_id and 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/versions/00c35395ce12/schema)
