Embedded Editor

Hi all,

Is it possible to use an embedded editor? I want my users to create own reports in my application.  If it isn't, should I use API to do this ?

Solved Solved
0 4 290
1 ACCEPTED SOLUTION

@mertbasaranlar the specific permissions Fabio listed are defined here. But if the user is assigned these permissions based on group to role mapping or the specific permissions were passed over in the SSO embed URL, the user should have access to create content with an existing or new explore from within the embed application.

View solution in original post

4 REPLIES 4

Yes, you would want to give users the explore, save_content, and maybe create_table_calculations permissions. And then you could start them at some existing content, or directly embed an explore UI

Thanks Fabio,

I couldn't see anything about this. Can you share the documentation please ?

@mertbasaranlar the specific permissions Fabio listed are defined here. But if the user is assigned these permissions based on group to role mapping or the specific permissions were passed over in the SSO embed URL, the user should have access to create content with an existing or new explore from within the embed application.

Thanks @Eric_Lyons