Skip to content
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

is there a way to update the apps of a user? #48

Open
tiagojsag opened this issue May 3, 2019 · 2 comments
Open

is there a way to update the apps of a user? #48

tiagojsag opened this issue May 3, 2019 · 2 comments
Assignees

Comments

@tiagojsag
Copy link

tiagojsag commented May 3, 2019

@santostiago will figure out and document if and how a user's apps can be changed (and by whom). Also add an example of how an admin can update another user's apps

@santostiago
Copy link

@tiagojsag this has already been added on the user_management file:

Based on roles, different types of users can create new users with different roles:

- ADMIN: Can create any type of user
- MANAGER: Can create a user of type `MANAGER` or `USER`.
- Public users: Can register themselves in the API, being assigned the `USER` role.

@tiagojsag
Copy link
Author

The lines you mention cover user creation, not user update, as mentioned in the ticket description. I'd say that goes here: https://resource-watch.github.io/doc-api/index-rw.html#update-another-user-39-s-account-details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants