Permission Issue: Artists Cannot Modify Product Data Fields During Publishing

hello, i was asking about which is a permission access problem to the artist when publishing so there is restrict attribute update but i dont want to uncheck it as a whole so what shouldi do to let the artist modify the families in the data fied?

You may need to check restrict attribute read and update.

  • In studio settings (s+s) > Permissions > select the access group dedicated for your artists (default one named artist)
  • In project settings (p+p) > Project Permissions > select the access group dedicated for your artists (default one named artist)
1 Like

yeah in there i enabled the restrict attribute update, i was asking which option inside restrict attribute update i should enable so that i can update the families

In writable attributes, you can select as many as you want.

tbh, I think you may need more than just families.

yeah the families alone didn’t solve it, the only way that solved this problem is to remove the restrict attribute update but that is a solution i don’t want to go for


this is my settings but it still give me the same error of detail: you are not allowed to modify datafield

that is a brief and i think there is some limitations:

Artists and render farm workers are unable to publish due to a permission error:
“You are not allowed to modify data field in [project]”

This occurs during the “Integrate Asset” plugin step when the publisher attempts to update the product.data.families field.

What We’ve Tried:
In the “Restrict attribute update” settings, we enabled:

  • “Change product type” toggle
  • Added “Families” to the “Writable attributes” whitelist
  • Added “Product Group” to writable attributes
  • Enabled all relevant permission toggles

Result:
None of these settings allow modification of the product entity’s data field. The only workaround is completely disabling “Restrict attribute update”, which removes all granular permission control.

Question:

The UI provides “Writable attributes” but no “Writable fields” option. According to the API documentation, attrib_write should support both attributes[] and fields[] arrays.​

Is there a way to whitelist the data field for modification while keeping “Restrict attribute update” enabled? If this requires API configuration, what is the correct endpoint and payload structure?