Skip to main content

Set user permissions

You can assign a role to your kwilo users. As a kwilo administrator, go to Organization > Users and select the user of whom you want to update the role. Navigate down to Change Role and select the appropriate role.

http://localhost:3000

set-users-role.png

Via command line

You can set the user's role also via command line:

info

This only applies if you are self-hosting kwilo.

php artisan user:role ${YOUR_TENANT} ${EMAIL_OF_USER} ${ROLE_NAME}

If you leave out the correct role name, the command will give you all available roles you can assign to your user.