IIQ 8.3 Role Create via API

Good day,
Has anyone been able to create roles using the IIQ Scim API? I see this is available for IdentityNow, but I haven’t found documentation for IIQ. Is this possible?

Looks like IIQ don’t have API to create Roles. Develop a plugin to enable API for creating new roles.

Suresh is correct, there is no inherent pre-built API for creating, updating, or deleting Roles in IIQ. That functionality exists for IDN as that is the mechanism the IdentityAI Role Recommendation engine uses for automatically managing roles in IDN. I suspect it’s only a matter of time before IIQ also has that same functionality added.

In the meantime, you could either develop a custom Plugin to create dedicated APIs, or create your own Role Management workflow and leverage the existing launch workflow API (you can pass any info the workflow needs using the input map of the request).

Thanks for the replies and options! If I figure it out, I’ll post an update if I get it solved.