Need access to the operator (to authenticate) of a Service REST request
We have a requirement to log the every request to our Service Rule. It is currently defined as basic auth + SSL (https) and in the processing activity after the response is generated, we would like to add a line item to the log via log-message but I need access to operator ID used to authenticate into our service in the request. Wondering where this would be made available in memory/clipboard?
Alternatively, if there is a better way to do this - I am opened to suggestions.
***Updated by Moderator: Marissa to update categories***
If you are looking to access the authenticated user info within processing activity, then lookup/log the value of property 'pxRequestor.pyUserIdentifier' or 'OperatorID.pyUserIdentifier' in the processing activity.