TomerLand - I wanted to create a liveboard via ...
I wanted to create a liveboard via the API, and noted that it is possible only via the importTML endpoint. The problem is that I want to give this ability to users without administration or data management permissions. Can it be done? I thought about creating the liveboard with a priviledged user, and somehow share it to a specific, non privildged user, and give him edit permissions. is that possible?
Solution:Jump to solution
api/rest/2.0/security/metadata/assign is the api. Should be underf security block
5 Replies
the problem with using a priviledged user is that I can't delete the liveboard for example, and the author id is different
You can assign author to be the non privileged user. We do have an API for that. I think after change of author you should be able to delete the liveboard as well. You can try this.
how can I change the author?
I couldn't find an API for that
Solution
api/rest/2.0/security/metadata/assign is the api. Should be underf security block
thanks!