Hi everyone !
I’ve got a Permission group with this value enabled: “This group is ALLOWED to See Admin settings menu item - Client Users”, but when one of the users with this Permission wants to access the Client Users page, it says it has “No access”.
Can anyone explain me why ?
In addition is it possible to revoke the privileges’ of the Client Users from the Playlist using the API?
In the group Entity Permissions, did you allow them to see/create/delete/edit ClientUsers?
If you mean removing a ClientUser from a Playlist, yes, using the PlaylistShare Entity. you can find it by user
and playlist
and just delete it.
1 Like
Thank you that answered my question