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

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.

Generated using TypeDoc v0.25.12