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
CC: @Swarnika
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.