Pega Traditional APIs

Hello everyone, has anyone here worked implementing the processing of cases using Traditional APIS? specifically performing the assignment, I would like to check how to override the temporary user Pega creates on every interaction on the case, since it logs like a dynamic requestor or operator ID, not sure where does it come. It is something like “AU65088….”.

I changed the Service Package to use an OAuth 2.0 client to use the APIs. Any ideas?

Thanks in Advance,

Gilberto

This is because that you configured OAuth Client Credentials with Access group, so Pega dynamically creates the temporary operator for every request on the fly.

Ok, thanks for your answer. :thinking: Probably we will need to change that configuration, since several processes will access the API to perform assignment, and we need to track which of the processes performed the action due to some requirements to measure performance on working cases. I think we need to explore the other options for the Authentication.

Any suggestion from anyone will be appreciated :grinning_face_with_smiling_eyes: .