Number of users

Is it possible to register how many users at database of the Camunda?

Hi Amanda,

Unfortunately, your question is not clear to me.

If you ask for a way to fetch the total user count, you can achieve it via the API, Rest example:
https://docs.camunda.org/manual/latest/reference/rest/user/get-query-count/

I want to know how many users I can register at database of the Camunda. Example: Can I register 1k users or 30k …? Or is there no limit?

@Amanda there’s no restrictions for storing users. You can store any number of users.

1 Like