最近の検索


最近の検索はありません

Unsuspend all users in Zendesk



投稿日時:2024年3月12日

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

 


0

2

2件のコメント

image avatar

Shawna James

Community Product Feedback Specialist

Hey Anton, i've moved this over to Q&A for better visibility with our Community to help answer your question. We can move it back to feedback if needed. Thank you again for engaging in our Community!

0


Hi Anton, you should check out ZCLI

https://developer.zendesk.com/documentation/apps/getting-started/using-zcli/

You are going to have to sign into your domain and then you should be able to run your script

0


サインインしてコメントを残してください。

お探しのものが見つかりませんか?

新規投稿