Customfieldeditrights
Represents the edit rights for custom field values for a particular custom field definition.
allUsersboolean
TRUE if custom field values of a custom field definition can be edited by all users, FALSE if custom field values of a custom field definition can only be edited by users with the specified roles.
rolesstring[]
The list of IDs of the roles that have edit rights for the custom field values of a custom field definition if it is not accessible by all users.
Customfieldeditrights
{
"allUsers": true,
"roles": [
"string"
]
}