Enable ACLs to Control Live Profile Details

  • Release version: Australia
  • Updated March 12, 2026
  • 1 minute to read
  • 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

    Attribute Description
    Configuration name glide.live_profile.details
    Configuration type System Properties (/sys_properties_list.do)
    Data type String
    Recommended value ACL
    Default value <none>
    Fallback value ACL
    Category Access 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 impact None
    Dependencies and prerequisites None

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