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
- Create a Property Set with the desired properties.
- Create the WebAPI Endpoint with the property set selected.
- Set the Properties for each user.
Request Handling
- The incoming request is matched to:
- Endpoint - Using the request's route.
- Webuser - With the X-User-Token header from the request.
- The properties from the property set associated with the endpoint are matched to the properties values from the web user.
- The values are merged to form the fields on the IMan dataset.