I’m following these docs: https://auth0.com/docs/users/bulk-user-exports to try and export my users. Everything is working.
I know we can use identities[0].connection to get a specified element, but currently, I want to export all the elements in the identities array and user_metadata object but I cannot find any docs about it.
Then endpoint I used: /api/v2/jobs/users-exports
And the payload:
At a guess, I’d try JSON format instead of CSV. Since the identities and user_metadata fields are not simple objects, the CSV format may not know how to export them.