Welcome to the Panopto Community

Please note: All new registrants to the Panopto Community Forum must be approved by a forum moderator or admin. As such, if you navigate to a feature that is members-only, you may receive an error page if your registration has not yet been approved. We apologize for any inconvenience and are approving new members as quickly as possible.

API that can output the values registered in the “People and groups” and “Who can access this video.

I am looking for an API that can output the values registered in the “People and groups” and “Who can access this video” fields. If anyone knows of one, please let me know.

Tagged:

Best Answer

  • Adis HrnjicaAdis Hrnjica Whiz Kid
    Answer ✓

    Hi Misaki,

    For the permissions based stuff you could use either SOAP or REST API to get some of the permission stuff you need.

    SOAP API

    • https://your-panopto-server/Panopto/PublicAPI/4.0/AccessManagement.svc
    • GetSessionAccessDetails(AuthenticationInfo auth, Guid sessionId)

    REST API

    GET /api/v1/sessions/{sessionId}/permissions

    I hope this helps. Let me know if you need details.

    Thanks,

    Adis

Sign In or Register to comment.