Forum Discussion
desmondpp
4 years agoNew Member
Error when exporting a paginated report with effective identity
I have a dotnet app that is attempting to export a paginated report using RLS. In the PaginatedReportExportConfiguration, I am setting the Identity Username to a value the report is using to filter t...
- 4 years ago
Hi desmondpp
When exporting a paginated report with an effective identity, the username must be an existing user from your tenant’s Azure Active Directory.
So you cannot provide a GUID, it must be a UPN of a user which exists in your tenant.
AmosHersch
4 years agoMicrosoft Employee
Hi desmondpp
When exporting a paginated report with an effective identity, the username must be an existing user from your tenant’s Azure Active Directory.
So you cannot provide a GUID, it must be a UPN of a user which exists in your tenant.