Add Access Profile Meta Data

I don’t think there is an official API to bulk update metadata for Access Profiles at this time.

However, you can use Python or Ruby scripts to loop through your Access Profiles and PATCH their metadata individually using the /v3/access-profiles/{id} endpoint.

For sample script, please refer to:
Bulk update of access profiles | SailPoint Community

1 Like