Suspending and Unsuspending Users

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

You can suspend a user to revoke their access temporarily. Suspending a 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 user to restore their access.


Suspend a User

To suspend a user, provide the user ID (acs_user_id).

Request:

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

Response:

None

Unsuspend a User

To unsuspend a user, provide the user ID (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.