Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface GetUserGroupsResponseContent

    interface GetUserGroupsResponseContent {
        groups: Group[];
        next?: string;
    }
    Index

    Properties

    Properties

    groups: Group[]
    next?: string

    A token to retrieve the next page of results.