Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
how to provide visibility permission to all media type entity? If I have n no. of media type entities and I want to provide my test user to have visibility permission to all the existing media type and new media entities.
what will be the ay to do this?
Solved! Go to Solution.
Apply permissions at collection level,
Permissions > Collections > Select "Media"
Click "Edit Permissions" for Visibility and Runtime Permissions.
In such situations, what you usually do is to script the assignment of the visibility permissions to the needed media type entities.
By script I mean creating a service which does that.
First loop through all media entities (SpotlightSearch), then for each of them assign the visibility (it's one of the services available under a media entity)
Apply permissions at collection level,
Permissions > Collections > Select "Media"
Click "Edit Permissions" for Visibility and Runtime Permissions.