Folder Permissions API

    Permissions with are the default permissions for users with the Viewer and Editor roles. Permissions can be set for a user, a team or a role (Viewer or Editor). Permissions cannot be set for Admins - they always have access to everything.

    The permission levels for the permission field:

    • 1 = View
    • 2 = Edit

    Example request:

    Example Response

    Status Codes:

    • 200 - Ok
    • 401 - Unauthorized
    • 403 - Access denied
    • 404 - Folder not found

    Update permissions for a folder

    Updates permissions for a folder. This operation will remove existing permissions if they’re not included in the request.

    Example request:

    JSON body schema:

    Status Codes:

    • 200 - Ok
    • 401 - Unauthorized
    • 403 - Access denied
    • 404 - Dashboard not found