List folder permissions

List folder permissions

In this article, you will learn how to list folder permissions.

List folder permissions

Request Type: GET
Header: Authorization: ApiKey <my_api_token>
URL: https://app.banyanboard.com/api/folders/<my_folder_uuid>/permissions/

Results:
Info
{
  "count": 2,
  "next": null,
  "previous": null,
  "results": [
    {
      "nickname": "sample_user_1",
      "username": "user_12345",
      "folder_permission_type": "owner"
    },
    {
      "nickname": "service_admin_user",
      "username": "service_admin_abcdef123456",
      "folder_permission_type": "superuser"
    }
  ]
}

    • Related Articles

    • Managing folder permissions

      In this article, you will learn how to manage folder permissions in SPAN sports performance analysis platform. Before you begin In SPAN, user permissions such as "Viewer", "Editor" and "Organizer" determine the level of access individuals have to ...
    • List assets (files) in folder

      In this article, you will learn how to list assets in folder. List assets (files) in folder Request Type: GET Header: Authorization: ApiKey <my_api_token> URL: https://app.banyanboard.com/api/folders/<my_folder_uuid>/assets/ Results: { "count": 2, ...
    • List assets (files) minimal in folder

      In this article, you will learn how to list assets minimal in folder. List assets (files) minimal in folder Request Type: GET Header: Authorization: ApiKey <my_api_token> URL: https://app.banyanboard.com/api/folders/<my_folder_uuid>/assets_minimal/ ...
    • Reload by selecting template, folder and file

      In this article, you will learn how to reload the video dashboard by selecting a template, folder and file. Before you begin To learn how to access video dashboard in SPAN sports performance analysis platform, refer to this article. Reload video ...
    • List folders in organization

      In this article, you will learn how to list folders in an organization. List folders in organization Request Type: GET Header: Authorization: ApiKey <my_api_token> URL: https://app.banyanboard.com/api/orgs/<my_org_uuid>/folders/ Results: { "count": ...