auth0 / node-auth0

Node.js client library for the Auth0 platform.
MIT License
622 stars 303 forks source link

OrganizationInvitationList is not behaving as expected #987

Open Khouloud-Ltaief opened 5 months ago

Khouloud-Ltaief commented 5 months ago

Checklist

Description

Describe the problem:

totals is not returned in the response when requested via: https://xxx.auth0.com/api/v2/organizations/{id}/invitations?include_totals=true

Expected behaviour:

The API above should provide the total field as described in the documentation here.

Reproduction

  1. Call: https://xxx.auth0.com/api/v2/organizations/{id}/invitations?include_totals=true

Additional context

No response

node-auth0 version

4.2.0

Node.js version

v18.17.1