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 calls –
POST /roles/v1andPOST /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).