User Property & Request Relationship

The following diagram describes how User Properties relate to the Endpoint and WebUser and how they are resolved during execution.

Setup Steps

  1. Create a Property Set with the desired properties.
  2. Create the WebAPI Endpoint with the property set selected.
  3. Set the Properties for each user.

Request Handling

  1. The incoming request is matched to:
    1. Endpoint - Using the request's route.
    2. Webuser - With the X-User-Token header from the request.
  2. The properties from the property set associated with the endpoint are matched to the properties values from the web user.
  3. The values are merged to form the fields on the IMan dataset.