Skip to main content
POST
Create several SaaS identities directly, with no provisioning ticket
Key: Write Scope: Company

Authorizations

Authorization
string
header
required

Use your Primo API key in the Authorization header as Bearer <API_KEY>.

Path Parameters

saasId
string
required

Body

application/json
items
object[]
required

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.

Required array length: 1 - 100 elements

Response

default - application/json
successCount
integer
required

Number of identities created successfully.

Required range: -9007199254740991 <= x <= 9007199254740991
failureCount
integer
required

Number of identities that failed.

Required range: -9007199254740991 <= x <= 9007199254740991
results
object[]
required

Per-item outcome, in the same order as the input items.