ユーザーのアクセスの一時停止を解除するにはどうすればよいですか?



image avatar

Mackenzie Tyler

Zendesk Customer Care

編集日時:2023年12月13日


0

0

11件のコメント

Hallo Celina, danke, ich habe gestern Abend das Problem lösen können. Danke!

0


Hi Philip, ich werde dich per E-Mail kontaktieren, um das Problem zu besprechen.

0


Das ist aber kein Benutzer, das ist ein Absender.

0


Sir, my Free Fire Eid has been in the making since 2 years. Please help me. Sir, I request the Free Fire team to get the kiss done for my Eid. Please get it done.

0


Hi Jack Williams

Natively, we don't have a way to check who suspend a user. But, we can check our logs to confirm. If you have an end-user that got suspended and you'd like to know who suspends them, you can reach out to us so we can check it for you. 

As for suspended user's community posts and comments, no - their posts and comments in Community will not be suspended. Suspended users will only gonna be able to logged in in Guide and if they sent an email, their ticket will be suspended. For reference: Suspending a user

I hope this helps! 

0


Is there a way to see *who* suspended a user? And is it true that all of their community posts and comments get deleted once they are suspended?

0


Hi Ej,

Currently, there is no one-stop shop way to go about bulk / mass unsuspend users in an attempt to make the overall process more efficient.
 
I would recommend leveraging our API with a custom script. You could use the Update many users endpoint to do this. 
 
The cURL would looks something like this:
 
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}
 
Hope this helps clarify things better!
 

0


Can I mass unsuspend accounts? We integrated our Active Directory and many accounts were set to suspended and it's causing issues.

0


Alec Lively we've corrected the instructions on unsuspending a user – thanks again for pointing this out!

0


Hi Alec,

Thanks for the heads-up! I'll see that this gets updated.

0


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