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

    Interface ListUserOrganizationsOffsetPaginatedResponseContent

    interface ListUserOrganizationsOffsetPaginatedResponseContent {
        start?: number;
        limit?: number;
        total?: number;
        organizations?: Organization[];
    }
    Index
    start?: number
    limit?: number
    total?: number
    organizations?: Organization[]