How to create users in Camunda

Hi Team,

We are using Camunad -7.11.3-ee with a 6 node Cluster on WebLogic. We are using Oracle Data Base.

I want to create two different groups and assign users to that group.
All the users should have access to Camunda cockpit. I want to create those users at application installation time or by using any SQL script.

Can you please provide any reference for this.

Thanks,
Sudhanshu Dash

@Sudhanshu_Sekhar you can check this example for creating users and groups:

For group authorizations:

Thanks Aravind.