Forum Discussion
Anonymous
9 years agoNot applicable
PowerBi Embedded API Works with RLS!
Hey everyone, One of my frustrations with the new API is that it did not include RLS capabilities that were present in the old 1.x version. I noticed that the API has been updated to 2.0.2 and ...
mohittimpus
Helper V
8 years agoWhat should i do if i want to pass different username with different role?below my code
generateTokenRequestParameters = new GenerateTokenRequest("View", null, identities: new List<EffectiveIdentity> { new EffectiveIdentity(username: "username", roles: new List<string> { "Manager", "Manager1" }, datasets: new List<string> { "bd725bc3-09b4-4c21-84b4-727d84a3f131" }) });
1) For user name i want to add two emails id:
2) And different role for each email id.
when i pass username, it show result for both, Can you pls help???