Unsuspend an ACS User

POST /acs/users/unsuspend ⇒ void

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

Request

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

Response

// void

Request Parameters

acs_user_id

Type: string Required: Yes

ID of the desired acs_user.


Return Type

void

Last updated

Logo

© Seam Labs, Inc. All rights reserved.