Grafana API : create user invite

I did not found information in API documentation to create user invitation.

I try
curl --request POST -k -H "Content-Type: application/json" --data '{"loginOrEmail":"test123@todelete.fr","name":"","sendEmail":false,"role":"Viewer"}' https://admin:pwd@localhost/api/orgs/1/invites result message not found

I try curl --request POST -k -H "Content-Type: application/json" --data '{"loginete.fr","name":"","sendEmail":false,"role":"Viewer"}' https://admin:pwd@localhost/api/org/invites work but I dont know how to retrieve invitation url, and how to select another organisation.

thks for help

This topic was automatically closed after 365 days. New replies are no longer allowed.