Which SDK this is regarding: v2
Platform: .NET core (but regards all tech)
I’m generally interested how one can prevent “Payload content length greater than maximum allowed: 512000.” with api/v2/jobs/users-imports
Since my payload is variable I can’t split my payload in equal parts or limit through a N amount of items.
Only way I see possible is to measure per json element and collect size information per individual user in my users to import set.
I do think this is very inconvenient on our side, also 512000 bytes isn’t that big