GlobalApiCreateGrafanaUserRequest: {
    login: string;
    projectId?: string;
    role?: Cockpit.v1.GrafanaUserRole;
}

Create a Grafana user.

Type declaration

  • login: string

    Username of the Grafana user. Note that the admin username is not available for creation.

  • OptionalprojectId?: string

    ID of the Project in which to create the Grafana user.

  • Optionalrole?: Cockpit.v1.GrafanaUserRole

    Role assigned to the Grafana user.