Get the SaaS identities of an employee
Return every SaaS identity held by one employee, across all the SaaS applications of your company — use it to answer whether someone has access to a given application, and with which group, role, license and organization unit.
Each entry carries saasId (the company SaaS application, to pass to getSaasById or provisionSaasIdentity), saasName, the application approvalStatus, identityId (to pass to deprovisionSaasIdentity), and the assigned entitlements as { id, name } pairs whose id is what provisionSaasIdentity expects.
Identities on applications that are not APPROVED are included — they are real accesses discovered by Primo, but they cannot be provisioned or deprovisioned until the application is approved.
To list the identities of one application rather than of one employee, use getSaasById instead.