Bulk Role Creation & Assignment in SailPoint ISC – Alternative Approaches and Documentation Request

Hi @gbalag ,

A couple of better options:

  • VS Code “Identity Security Cloud” extension – actively maintained, lets you bulk create/import roles and access profiles from a CSV. Probably the easiest drop-in replacement.
  • Direct API callsPOST /roles/v1 and POST /access-profiles/v1, looped over your CSV in whatever language you’re comfortable with (Python/PowerShell/Node all have official SDKs if you want one).