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

    Interface CreateUserProperty

    interface CreateUserProperty {
        key: string;
        userId: string;
        value: {};
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    key: string

    The key of the user property.

    userId: string

    The account ID of the user. The accountId uniquely identifies the user across all Atlassian products. For example, 384093:32b4d9w0-f6a5-3535-11a3-9c8c88d10192

    value: {}

    The value of the user property.