Suspending and Unsuspending ACS Users

Learn how to make temporary access changes by suspending or unsuspending ACS users.

You can suspend an ACS user to revoke their access temporarily. Suspending an ACS user is a good action to take for users who may be behind on payment or have not fulfilled the requirements for entry. Then, once the user rectifies the payment, requirements, or other deficiency, you can unsuspend the ACS user to restore their access.


Suspend an ACS User

To suspend an ACS user, provide the acs_user_id.

Request:

seam.acs.users.suspend(
  acs_user_id="33333333-3333-3333-3333-333333333333"
)

Response:

None

Unsuspend an ACS User

To unsuspend an ACS user, provide the acs_user_id.

Request:

seam.acs.users.unsuspend(
  acs_user_id="33333333-3333-3333-3333-333333333333"
)

Response:

None

Last updated

Logo

© Seam Labs, Inc. All rights reserved.