Hi,
after creating/registering an API application, a user is automatically created. For instance, if the API app is named "something", the created user is named "something - Registered App".
This user needs access rigts for the app/process it need access, and that's clear.
But, api actions are also performed by that user, and this name is visible (for example - if we start the workflow over API, workflow instance is started by "something - Registered App").
So, how can I change the user name from ""something - Registered App" to anyfing else, like just "something" ?
I don't want my users to see "something - Registered App", they won't understand who or what started the workflow... :-(