Get permissions on media asset
GET/media/:mediaId/permissions
Retrieves a list of permissions the current user has on the given Media
asset. SuperAdmin
s have all available permissions; the permissions of all other users are based on their respective ChannelMembership
s and ChannelRole
s.
Request
Responses
- 200
- 403
- 404
Successful response.
Access forbidden.
Given resource was not found.