Auth0 Node.js SDK - v6.4.0
    Preparing search index...

    Interface ListOrganizationRoleMembersResponseContent

    interface ListOrganizationRoleMembersResponseContent {
        members: RoleMember[];
        next?: string;
    }
    Index
    members: RoleMember[]

    List of members assigned to the role within the organization.

    next?: string

    Cursor for the next page of results. Absent when there are no more results.