auth0 / auth0-java

Java client library for the Auth0 platform
https://auth0.com
MIT License
286 stars 131 forks source link

Export users does not require connection_id #537

Closed jimmyjames closed 1 year ago

jimmyjames commented 1 year ago

Changes

As discussed in #530, the export users job does not require a connection_id, but the JobsEntity currently does require it. Further, if the filter contains a connectionId, it will override the (required) connection_id parameter.

This PR:

References

530