Unsuspend an ACS User
await seam.acs.users.unsuspend({
user_identity_id: "6a42fbcf-da1a-40f8-8221-596774f97537",
acs_system_id: "264ea3f9-e483-469e-aada-c98c094d5521",
});// voidcurl --include --request POST "https://connect.getseam.com/acs/users/unsuspend" \
--header "Authorization: Bearer $SEAM_API_KEY" \
--json @- <<EOF
{
"user_identity_id": "6a42fbcf-da1a-40f8-8221-596774f97537",
"acs_system_id": "264ea3f9-e483-469e-aada-c98c094d5521"
}
EOF{}Request Parameters
Response
Examples
Unsuspend an access system user
Last updated
Was this helpful?

