Create Batch Import
Creates a batch user import job with the given list of users' information.
Users are upserted (created if they do not exist or updated if they do exist). This is the first step in an asynchronous workflow. This request can be made idempotent.
Payload Limits
The number of request objects that can be included in a single batch request is 50,000.
Special Batch Rate Limits
The limit for in-progress batches per Fullstory org is 100. After 100 in-progress batches, future batch requests will be accepted, but will not start
until some complete.
Once there are 200 in-progress batches or 500,000 individual operations, the API will return 429 rate limit errors until some complete, regardless
of request frequency.
Responses
200
A successful response.