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

    Interface GetContentRestrictionStatusForUser

    interface GetContentRestrictionStatusForUser {
        accountId: string;
        id: string;
        key?: string;
        operationKey: string;
        userName?: string;
    }
    Index

    Properties

    accountId: string

    The account ID of the user to be queried for whether the content restriction applies to it. The accountId uniquely identifies the user across all Atlassian products. For example, 384093:32b4d9w0-f6a5-3535-11a3-9c8c88d10192.

    id: string

    The ID of the content that the restriction applies to.

    key?: string

    This parameter is no longer available and will be removed from the documentation soon. Use accountId instead. See the deprecation notice for details.

    operationKey: string

    The operation that is restricted.

    userName?: string

    This parameter is no longer available and will be removed from the documentation soon. Use accountId instead. See the deprecation notice for details.