Pooja - Can you please suggest if there is any ...

Can you please suggest if there is any limit on the payload for Import Users V2 API endpoint
2 Replies
yuichirio_ha
yuichirio_ha3w ago
CC: @Swarnika
Swarnika
Swarnika3w ago
The endpoint appears to be designed to handle arrays of user objects, but without explicit size validation in the code. For importing large numbers of users, it's generally recommended to process them in smaller batches rather than sending one massive payload.

Did you find this page helpful?