Hi!.
I have a question about, how add new dashboard but for any orgnization.
I have some organizations and I need add Dashboards to it
I haven´t problem if I want add users.
curl --insecure -XPOST -H “Content-Type: application/json” -d ‘{
“loginOrEmail”:“user”,
“role”:“Viewer”
}’ https://admin:AdminiPassword@domain.com/api/orgs/10/users
Any idea to add dashboards to orgs?
Regards