Update users role
Update users role
Path Parameters
- organization_id integer required
ID of the workspace
- permission_id integer required
ID of the permission to change
- application/json
Request Body required
- role string required
Possible values: [
USER
,VIEWER
,ANNOTATOR
,ADMIN
,MANAGER
]User's role
Responses
- 200
- 401
- 403
- 404
- 409
- 500
OK
User is not authenticated. This means token is either not present or invalid
User does not have the minimal required organization role "ADMIn"
No workspace or permission was found that corresponds to the ID sent
User cannot be removed
Something is wrong with the API.
Loading...