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

    Interface AddUserToContentRestriction

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

    Properties

    accountId: string

    The account ID of the user to add to the content restriction. 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 the restriction applies to.

    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.