diff --git a/REST-API-Role.md b/REST-API-Role.md index 62d464e..148c3ae 100644 --- a/REST-API-Role.md +++ b/REST-API-Role.md @@ -1,3 +1,13 @@ +# Change Role at Web UI + +BoardAdmin can change role of user at right sidebar / click avatar / select role like Admin, Normal, etc. + +# Change Role with API + +- https://wekan.github.io/api/ +- api.py at https://github.com/wekan/wekan +- Login to API https://github.com/wekan/wekan/wiki/REST-API#example-call---as-json + # Disclaimer This page tries to be as up to date as possible. If you see something wrong here, feel free to update the page and help other people like you, that greatly depends on our APIs. If you don't feel comfortable doing this kind of changes, please contact us by creating an [issue](https://github.com/wekan/wekan/issues/new).