Create Accounts in Zeebe Operate

Hi,
how can we create multiple accounts in zeebe Operate.
we have install zeebe operate in the k8s cluster for dev environment and want to test with multiple users having different accounts apart from the demo account which comes with image

Please share the steps to create accounts in the zeebe operate.

Hi @arun,

you can manually add the users to Elasticsearch index. Please see the docs here:
https://docs.zeebe.io/operate-deployment-guide/authentication.html#user-in-elasticsearch

BR, Svetlana