Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Enable ACLs to Control Live Profile Details

Use the glide.live_profile.details property to designate whether a user should be able to view all detail fields, such as company name and phone numbers, in a live profile.

Use the glide.live_profile.details system property to designate whether a user should be able to view all detail fields, such as company name and phone numbers, in a live profile under the live feed feature.

If glide.live_profile.details is set to the value of hide, then no live profile information is visible to user. If it is set to show, all information is visible. When glide.live_profile.details is set to the value of ACL, information is visible based on the user's profile ACLs.

Ensure the property glide.live_profile.details is set to ACL.

More information

AttributeDescription
Configuration nameglide.live_profile.details
Configuration typeSystem Properties \(/sys\_properties\_list.do\)
Data typeString
Recommended valueACL
Default value<none>
Fallback valueACL
CategoryAccess control
Security risk- Severity score: 4.3 - CVSS rating: Medium - Security risk details: Exposing sensitive user information such as company affiliation and contact details to unauthorized users increases the risk of data leakage and violating privacy controls if ACLs are not enforced.
Functional impactNone
Dependencies and prerequisitesNone

To learn more about adding or creating a system property, see Add a system property.

Parent Topic:Access control