Suspend a User
Suspend a specified ACS user
Suspends a specified access system user. Suspending an access system user revokes their access temporarily. To restore an access system user's access, you can unsuspend them.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
acs_user_idstring Β· uuidOptional
ID of the access system user that you want to suspend. You can only provide acs_user_id or the combination of acs_system_id and user_identity_id.
user_identity_idstring Β· uuidOptional
ID of the user identity that you want to suspend. You can only provide acs_user_id or the combination of acs_system_id and user_identity_id.
acs_system_idstring Β· uuidOptional
ID of the access system that you want to suspend. You can only provide acs_user_id or the combination of acs_system_id and user_identity_id.
Responses
200
OK
application/json
okbooleanRequired
400
Bad Request
401
Unauthorized
post
/acs/users/suspendRequest
Request Body Parameters
Parameter
Type
Description
Sample Request
Response
Sample Response
Last updated
Was this helpful?

