Delete user

Hi everybody,

I have a problem.

I want to use the camunda users for my produktiv application. But in my application it is possible to delete user and the activities of the user are assigned to an other user.

It is possible to configure this in camunda?

Did you understand, what I want?

Best Regards,
Fredo

Hi Fredo,

This should be pretty straight forward

  1. Find all task assigned to that user via the REST API
  2. For each task re-assign or unassigned those tasks using this call
  3. Finally delete the user with this call.

Hope that helps.
-Niall

1 Like

Hi @Niall,

thank for your help. I already thought about it that way. but I thought: maybe there is an option from Camunda that does it for me :wink:

Best Regards,
Fredo

Do you mean from a UI perspective?
There’s some of this functionality as part of Camunda Admin, see if that’s useful. If not, you’ll need to build something yourself.