How to create a user, teams, groups using config file

Hi team,
I am able to create grafana users & teams using console. but I want to create same using config file of grafana as my grafana is setup on docker.

THANK YOU!!

If you have any Document to create users & teams using config file.
please share with me!

Hi @pavansinghqwertyu,

Welcome to the :grafana: community support forums !!

Yes, this is possible as Grafana do provide API to create users. Please check our API documentation via this link

Also, there is an ansible module to do such automation. You can check this official link

Other than that, I dug a bit more and found a v.similar post on our community forums (not found a match for docker but v.close to it was Kubernetes) e.g.

I hope this helps.