Add a user creation API
Review Request #8185 — Created May 24, 2016 and submitted — Latest diff uploaded
Users can now be created through the
/api/users/
endpoint. This is
only available on the global api (i.e, not on any local sites) and to
superusers.
Ran unit tests.
reviewboard/webapi/resources/user.py |
---|
reviewboard/webapi/tests/test_user.py |
---|