User Management API

Hi folks,

is there an Identity API that allows me to create users and groups and assign permissions to them?
We’re currently using Camunda 7 and in our application we manage camunda users in our Spring Application via the IdentityService, is there an equivalent solution available for Camunda 8?

Best regards
Jannis

Have you looked at the POST /members/{email} operation in the Camunda Management API?

Thanks for your reply Kristoffer!

If I understand it correctly this is for managing users in my organization, which does not seem to really fit my use case in which we provide access to customers via our own application that uses camunda, especially since the documentation on the Camunda Management component mentions singning up by E-Mail.

Our use case is about an existing application, which has a ton of users. Those users have to be able to use Camunda-Processes. Some Users have to be able to manage deployed Process definitions.
Thus we have to give existing and new users the required rights to do so.

I forgot to mention priorly: we will be running Camunda 8 Self-Managed.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.