Welcome to Zuora Product Documentation

Explore our rich library of product information

Configuring user attributes

Learn how to configure user attributes by enabling JWT User Attributes and specifying private claim names using plain strings or JSON Path.

  1. Enable JWT User Attributes - Select the Enable JWT User Attributes checkbox to enable the retrieval of user attributes from a JWT.
  2. Private Claim Name - Enter the claim name to specify the attribute to be extracted from the JWT. You can use one of the following formats:
    • Plain String – A simple string representing a field in the JWT, such as attributes or extra_data.
    • JSON Path – A structured way to reference a specific item within a JSON structure. This begins with a $ sign, followed by a JSON path expression. For more information on JSON Path, see

      JSONPath

      .