edubase_get_video_permission
Verify if a user has a specific permission (view, report, control, modify, grant, admin) on a video. Returns true if granted, false otherwise.
Instructions
Check if a user has permission on a video.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video | Yes | video identification string | |
| user | Yes | user identification string | |
| permission | Yes | permission level (view / report / control / modify / grant / admin) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | the user identification string | |
| content | Yes | ||
| status | Yes |