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

    Interface GetGroupMembershipsForUser

    interface GetGroupMembershipsForUser {
        accountId: string;
        key?: string;
        limit?: number;
        start?: number;
        username?: string;
    }
    Index

    Properties

    accountId: string

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

    key?: string

    This parameter is no longer available and will be removed from the documentation soon. Use accountId instead. See the deprecation notice for details.

    Will be removed in next major version.

    limit?: number

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

    start?: number

    The starting index of the returned groups.

    username?: string

    This parameter is no longer available and will be removed from the documentation soon. Use accountId instead. See the deprecation notice for details.

    Will be removed in next major version.