Confluence.js - Cloud and Server API library
    Preparing search index...

    Interface PermissionCheckResponse

    This object represents the response for the content permission check API. If the user or group does not have* permissions, the following errors may be returned:

    • Group does not have permission to the space
    • Group does not have permission to the content
    • User is not allowed to use Confluence
    • User does not have permission to the space
    • User does not have permission to the content
    • Anonymous users are not allowed to use Confluence
    • Anonymous user does not have permission to the space
    • Anonymous user does not have permission to the content
    interface PermissionCheckResponse {
        errors?: Message[];
        hasPermission: boolean;
    }
    Index

    Properties

    errors?: Message[]
    hasPermission: boolean