Disable identity and apps accounts VIA API (IdentityIQ 8.2)

Hello, is there a way to disable a user and all their applications through the api.
The documentation describes a process but only changes the active attribute, it does not trigger the leaver process.

If you are referring to the IdentityIQ REST/SCIM API, then you can call the SCIM endpoint which launches a Workflow and pass in a ProvisioningPlan XML object with all of the operations required to disable the account, remove access, etc.

Hi, can you provide me some documentation with examples? i have the “7_3_IdentityIQ_SCIM_API_Reference.pdf” and lacks information.