Is this about using the API to list user groups in bulk?
It is necessary to confirm the user groups linked to the folder. Can the following method and property be used to list the user groups in bulk via the API?
IAccessManagement.GetGroupAccessDetails Method https://support.panopto.com/resource/APIDocumentation/Help/html/fb43e4c1-8486-f379-3e07-467d5c629d5a.htm
IAccessManagement.GetFolderAccessDetails Method https://support.panopto.com/resource/APIDocumentation/Help/html/49e70152-141e-cb7f-0bda-ba1277b91d63.htm
FolderAccessDetails.GroupsWithCreatorAccess Property https://support.panopto.com/resource/APIDocumentation/Help/html/9d6d15a5-d08b-9189-d356-33e47ee19b7f.htm
FolderAccessDetails.GroupsWithPublisherAccess Property https://support.panopto.com/resource/APIDocumentation/Help/html/50e99269-a075-9f66-f3fe-8c12258d1d45.htm
FolderAccessDetails.GroupsWithViewerAccess Property https://support.panopto.com/resource/APIDocumentation/Help/html/03bff837-16da-4611-7139-db72a7b22cce.htm
Best Answer
-
Aishwarya Harpale Tyro
Hello Mayasuki,
The IAccessManagement.GetFolderAccessDetail will give you user groups linked to a folder. The object returned from it: FolderAccessDetails will have a list of groups with different access levels.
Regards,
- Aish0