Skip to main content
POST
Permanently delete several SaaS application users
Key: Write Scope: Company

Authorizations

Authorization
string
header
required

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

Body

application/json
saasApplicationUserIds
string[]
required

The identity IDs to act on, as returned by getSaasById → identities[].id. Each ID may appear at most once and up to 100 per call. Writes are best-effort: inspect the per-item results to learn which succeeded — the HTTP status is 200 even when some items fail.

Required array length: 1 - 100 elements
Minimum string length: 1

Response

default - application/json
successCount
integer
required

Number of identities processed 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 saasApplicationUserIds.