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

    Interface GetUserProperties

    interface GetUserProperties {
        limit?: number;
        start?: number;
        userId: string;
    }
    Index

    Properties

    Properties

    limit?: number

    The maximum number of properties to return per page. Note, this may be restricted by fixed system limits.

    start?: number

    The starting index of the returned properties.

    userId: string

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