Restricted fields value list
This article lists the supported restricted fields value list. These fields are configured in the Access Policy JSON as a preset attributes list to restrict a user from updating certain User Profile fields or sections.
Restriction based on User Profile fields
To restrict a specific User Profile field from being updated, use the field values from the following table.
Restriction based on User Profile section names
To restrict a group of fields from a User Profile section, you can list the User Profile section names in the preset attributes list. Use the following section names as restricted.fields.value
preset attributes list:
- Images
- nom
- profileImage
- nom
- titre
- département
- hr
- relationships
- email_main
- email_work
- phone_work
- primaryContactInfo
- Emplacement
Example restrictions
- The inclusion of
contactInfo.phone_work
in the policy template enables you to prevent users from updating their work phone number. If you want to also prevent users from updating work phone 2, you must explicitly addcontactInfo.phone_work_2
to the policy. - Alternatively, if you want to prevent users from updating any of the fields in the Contact Information section, you can add
contactInfo
as a preset attribute to the policy and remove the othercontactInfo
fields. UsingcontactInfo
as a preset attribute is similar tocontactInfo.*
, covering all of the contact-specific fields.