We cannot edit all users experiment via API if we don't have WRITE/FULL CONTROL access. Editing of the experiment depends on the access levels of the user acquired by sharing or granting. If the user has WRITE/FULL CONTROL access level , then that user can edit the experiment via UI and API , if only VIEW permission has been granted to them, then the user cannot edit the experiment via UI and API.
If an admin user wants to edit all users experiment, we can do this by adding the below security policy ,
# RULE "World write"
# IF user group in "Administrators"
# THEN
# grant "entity.write"
Comments
0 comments
Article is closed for comments.