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

    Interface ListOrganizationInvitationsOffsetPaginatedResponseContent

    interface ListOrganizationInvitationsOffsetPaginatedResponseContent {
        start?: number;
        limit?: number;
        invitations?: OrganizationInvitation[];
    }
    Index

    Properties

    start?: number
    limit?: number
    invitations?: OrganizationInvitation[]