Hello,
Is there a way to unsuspend all users at once in Zendesk Support by running a script like the below:
curl https://[subdomain].zendesk.com/api/v2/users/update_many.json?ids=1,2,3 \
-d '{"user": {"suspended": false}}' \
-H "Content-Type: application/json" -X PUT \
-v -u {email_address}:{password}
If yes what would the script be how would I run it?
Thank you.
Kind Regards,
Anton