Hello, I’m using management API with Java SDK and I want to create organization invitation flow using management API.
When I invite users via Organization in Auth0 Dashboard I see that there is status
I want to retrieve all the invitations from auth0 using java sdk, but I don’t see status response ( “PENDING”, “Accepted” etc…)
Is there a way to retrieve the status of the invitation using java sdk ?