Forum Discussion
k3rz0rg
Advocate III
4 years agoHow to use apostrophe (') in REST API url for weird email address!
Hi everyone, I was trying to bulk remove a users from specific workspaces and using REST API (Admin - Groups DeleteUserAsAdmin) through powershell and putting the url after -url 'the api url' -me...
- 4 years ago
Hi.
Can you try to replace the apostrophe with %27
That should be the url encoding for '
https://api.powerbi.com/v1.0/myorg/admin/groups/%7BgroupId%7D/users/ab.c%[email protected]
Br
Marius
mariussve1
Solution Sage
4 years agoIf that does not work, maybe you can try %60
That is the escape code for '
mariussve1
Solution Sage
4 years agoHehe.. I also se you might have to use $60 because that is the escape for the string '
Just trying to give you some options, so Sorry for all the answers. Would be great if you reply if any of the suggestions works.
Marius