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

    Interface GetBulkUserLookup

    interface GetBulkUserLookup {
        accountId: string;
        expand?: string[];
        limit?: number;
    }
    Index

    Properties

    accountId: string

    A list of accountId's of users to be returned.

    expand?: string[]

    A multi-value parameter indicating which properties of the user to expand.

    • operations returns the operations that the user is allowed to do.
    • PersonalSpace returns the user's personal space, if it exists.
    limit?: number

    The maximum number of results returned. Currently API returns 200 results max. If more that 200 ids are passed first 200 will be returned.