We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using httpie:
http POST http://localhost:8000/api/v1/organizations/<organization>/users/ 'username'=<username> AUTHORIZATION:'Token <token>'
Check newly added users admin status
Users are assigned admin status automatically.
Users are assigned as members, and must explicitly be made admins.
The text was updated successfully, but these errors were encountered:
This and #603 sort of go together, so I'll pick this one up too.
Sorry, something went wrong.
Fix organization users API issues
c278739
- Fix #603: org/project user deletion - Fix #608: new org users as admins
f42070f
e0bdd93
ian-ross
No branches or pull requests
Steps to reproduce the error
Using httpie:
Check newly added users admin status
Actual behavior
Users are assigned admin status automatically.
Expected behavior
Users are assigned as members, and must explicitly be made admins.
The text was updated successfully, but these errors were encountered: