Media

Get a list of users, who have access to the media

get/media/{media_id}/users

Path parameters

media_idinteger required

The ID of the media.

Query parameters

min_permission'access' | 'view' | 'edit' | 'owner'

Filter users by a minimum permission level. If provided, only users with this permission or higher will be returned. The permissions are hierarchical: 'edit' includes 'view', and 'view' includes 'access'.

Response

The users who have access to the media.

Changes