Using the Bulk Role Import utility, while creating the role, is it possible to add OOTB metadata attribute to the role? Example: Add Data Classification Level to the role as Restricted/Public/Sensitive etc.,
hey @sumanth-raichur-sp ,
I believe the bulk role import utility doesn’t currently support adding custom metadata fields when creating roles. It only works with the standard attributes defined in the template, like name, description, type, owner and entitlements.
If you need to include metadata, you can either
- create the roles first using the importer and then use the PATCH /roles/{id} API to add the metadata afterward.
- update your bulk role importer script to handle those extra fields by extending the payload structure.
Either approach works fine and depends on whether you want to keep the logic separate or build it directly into importer utility.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.