Create several SaaS identities directly, with no provisioning ticket
Record MULTIPLE accounts on a SaaS application Primo cannot provision itself — the batch form of createSaasIdentity, with the same rules per item. Use it to onboard a list of employees onto a manually-managed application in one call.
Same constraints as the single form: only an APPROVED application whose account creation is manual, employeeId to attach the account to an employee or email alone for an account no employee owns, and re-creating a recorded account updates it and keeps its employee.
Writes are independent and best-effort: the call returns 200 with a results manifest reporting ok / error per item — always inspect results rather than relying on the HTTP status to detect partial failures.
Authorizations
Use your Primo API key in the Authorization header as Bearer <API_KEY>.
Path Parameters
Body
The identities to record, each carrying the same fields as createSaasIdentity. Up to 100 items per call, each employee or email at most once. Writes are best-effort: inspect the per-item results to learn which succeeded.
1 - 100 elementsResponse
Number of identities created successfully.
-9007199254740991 <= x <= 9007199254740991Number of identities that failed.
-9007199254740991 <= x <= 9007199254740991Per-item outcome, in the same order as the input items.