Unsuspend an ACS User

Unsuspends a specified suspended access system user. While suspending an access system user revokes their access temporarily, unsuspending the access system user restores their access.

Code

Unsuspends a specified suspended ACS user. While suspending an ACS user revokes their access temporarily, unsuspending the ACS user restores their access.

await seam.acs.users.unsuspend({
  acs_user_id: "8d7e0b3a-b889-49a7-9164-4b71a0506a33",
});

Output

// void
Authentication Methods
  • API key

  • Personal access token Must also include the seam-workspace header in the request.

To learn more, see Authentication.

Request Parameters

acs_system_id String

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

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

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

void


Examples

Last updated

Was this helpful?

Revision created

ci: Generate docs