-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import Team Member with Elevated Permissions #149
Milestone
Comments
Found the API but it seems very inefficient. One HTTP call to add a a member and another one to add permissions. Add Member: POST team/{team_id}/members {
"permission": 4
} |
This is currently blocked. Waiting on a response: https://community.grafana.com/t/api-for-granting-team-member-admin-permission/86456 |
safaci2000
added a commit
that referenced
this issue
Aug 11, 2023
ChangeLog: - Add support for admin team members. Fixes #149
safaci2000
added a commit
that referenced
this issue
Aug 11, 2023
ChangeLog: - Add support for admin team members. Fixes #149
safaci2000
added a commit
that referenced
this issue
Aug 11, 2023
ChangeLog: - Add support for admin team members. Fixes #149
safaci2000
added a commit
that referenced
this issue
Aug 14, 2023
ChangeLog: - Add support for admin team members. Fixes #149
safaci2000
added a commit
that referenced
this issue
Aug 14, 2023
ChangeLog: - Add support for admin team members. Fixes #149
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Team members are imported but cannot be elevated to admin access.
Need to figure out what API would be needed to support this particular use case.
Related: #118
The text was updated successfully, but these errors were encountered: