Forum Discussion
Unable to unblock a user. "We can't unblock this person at the moment. Try again later."
At this time NO.
But here are some guidelines:
- Microsoft Support don't help me, argueing i have to contact my organisation support
- My organization forbid the usage of blocking in Teams
- The contact was blocked using Skype Enterprise, and blocking behaviour was spread during skype to teams migration
- We reopen skype and unblock user on skype, unblocking was a success in skype but not spread to teams
still in progress ...
Stephane500 Thank you for the info. Right now USCloud ( our MS Support) has me looking into if it has to do with a .GIF bug in teams. I don't hold out much hope, but like you we are not allowed to block users in our enterprise either.
- Stephane500Oct 26, 2022Copper Contributor
Hi
Good news today.
I had a meeting with Microsoft representative.
Blocked user was removed using a Rest Request with his objectid on hidden API with my session opened.Edit:
Détail of REST Request
URL : https://teams.microsoft.com/api/mt/part/emea-02/beta/usersettings/blocklist/manage
POST : {"remove":["8:orgid:<objectid>"]}Replacing <objectid> with the user objectid you want to release
- Glenn EscarayanMar 11, 2023Copper ContributorWhen try to post, I am getting an error " Cannot Edit in read inly editor". Do you have workaround about it?
- StaceyPhamMay 17, 2023Copper Contributor
Glenn Escarayan Click on the word Raw Text (not the radio button) to select it and it'll display the text box for you to enter the Body value.
- jkrull78Nov 02, 2022Copper Contributor
Thank you so much for the response. Could you expand a little on "with my session opened"?
I'm in the US, so I believe I need to change the url to /amer-02/. I'm getting 401 Unauthorized when I run the REST request. Did Microsoft run the command from their end or as your ID?
Thanks for all the help so far.
Jason
- Stephane500Nov 02, 2022Copper Contributor
Actions was done with Edge browser
Just login to teams in web mode using Edge
Then, as far as i remember :
Open Settings > more tools > developer tools
In lower pane > Network console > create a request
Select POST then fill URL
then in body part you can add RAW TEXT with application/json drop box and Rest request in body
then click SEND button and wait a while before check blocking status