Unsuspend a User
Unsuspend a specified ACS user
Unsuspends a specified suspended ACS user. While suspending an ACS user revokes their access temporarily, unsuspending the ACS user restores their access.
/acs/users/unsuspend
POSThttps://connect.getseam.com/acs/users/unsuspend
Authorization
Body
acs_user_id*string (uuid)
Response
OK
Body
ok*boolean
Request
Response
Request
Specify the desired ACS user by including the corresponding acs_user_id
in the request body.
Request Body Parameters
Parameter | Type | Description |
---|---|---|
| String (UUID) Required | ID of the desired ACS user |
Sample Request
Response
Returns a Boolean ok
status indicator or void.
Sample Response
Last updated