Manage organization | Grafana Labs
grafana.com › docs › grafanaHover your cursor over the Server Admin (shield) icon until a menu appears. Click Orgs. Click + New org. Enter the name of the new organization and then click Create. Two things happen: Grafana creates a new organization with you as the sole member and Admin. Grafana opens the new organization Preferences tab.
User HTTP API | Grafana Labs
grafana.com › docs › grafanaPUT /api/users/2 HTTP/1.1 Accept: application/json Content-Type: application/json Authorization: Basic YWRtaW46YWRtaW4= { "email":"user@mygraf.com", "name":"User2", "login":"user", "theme":"light" } Requires basic authentication and that the authenticated user is a Grafana Admin. Example Response: