Personalize themes with user attributes

Personalize pages displayed to your authenticated users with user attributes. For example, you can display a user's given name on a theme page. You can also personalize notifications with user information.

Before you begin

Become familiar with:

About this task

To personalize Verify theme pages, find a built-in attribute with the information you want to display on the page or create your own attribute. When you have the attribute, add it to the theme pages where you want to display the information.

Procedure

  1. Find the user attribute with the information you want to use on your personalized pages. See Built-in attribute sources. If a build-in attribute isn't available with the value you need, create your own custom attribute. See Managing attributes.
    Note: For custom attributes, do not use the @ character within the attribute name.
  2. Add the user attribute to the theme page. See Updating a theme.
    Use the format:
    @attribute.<attribute_name>@
    Where:
    <attribute_name>
    The name of the build-in or custom attribute. The format is case-sensitive. The attribute prefix is lowercase. The case of <attribute_name> must match the case displayed in the IBM Security Verify dialog. See Managing attributes.
    An example is:
    @attribute.employee_id@
  3. After updating the theme, initialize a flow, for example one that sends an email, and the personalized theme page will display the value of the user attribute.