When calling the UpdateEx via the restAPI, the “CreatedBy” field is stamped with the restAPI user. I was wondering if there is a way to pass the value as an override.
For example:
The restAPI user might be myAPIUser. But would like it to write myCustomUser instead.
Check out the Impersonation Header in the REST guides on EpicWeb. Be sure to scope down the API user for that use case. Impersonation is a powerful tool and could be abused.