I am trying to bulk import users to my application using postman api. When I first tried sending the request to the Postman cloud servers, it mentioned that the request took longer than 30 seconds so it recommended me to use the Desktop Agent. After I have tried that, I get the following error:
I’ve reopened this topic as at first it related to imports but checking this again after the import issue had been resolved, this related to the Postman API and not imports through the UI.
I am trying to import users into an identity management platform called Zitadel. The request is a call to the import endpoint: https://$CUSTOM-DOMAIN/admin/v1/import.
The request body contains data in the format:
So this is a case where you’re trying to import some data into another platform rather than importing Collections/API into Postman?
This feels like it’s more or an issue to raise with Zitadel so they can explain why that might not be working for you, using more data. There could be certain rate limits or request size limits on their service.