Closed SinhaRakesh closed 7 months ago
Hi @SinhaRakesh - thanks for reaching out.
It sounds like you're calling GenerateEmbedUrlForRegisteredUserCommand from quicksight client. Can you elaborate more on what you're trying to filter?
Please check out the documentation for your reference.
This issue has not received a response in 1 week. If you still think there is a problem, please leave a comment to avoid the issue from automatically closing.
Describe the issue
How to pass filter params for custom filter, for generating embedded url for register user
my code is
quicksightClient.generateEmbedUrlForRegisteredUser( { AwsAccountId: "", ExperienceConfiguration: { Dashboard: { InitialDashboardId: "", }, }, UserArn: "", SessionLifetimeInMinutes: 100, }; )
Links
.//