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

    Interface GetUserProperty

    interface GetUserProperty {
        key: string;
        userId: string;
    }
    Index

    Properties

    Properties

    key: string

    The key of the user property.

    userId: string

    The account ID of the user to be queried for its properties.