Skip to content

Export process creator

Refs https://gitlab.com/teklia/requests/-/issues/876

The ListProcesses endpoint must now serialize the creator as

{
   "creator": {
      "id": "...",
      "display_name": "John Doe",
      "email": "john@doe.com",
   }
}