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

    Interface GetGroups

    interface GetGroups {
        accessType?: string;
        limit?: number;
        start?: number;
    }
    Index

    Properties

    accessType?: string

    The group permission level for which to filter results.

    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.