commands – role add
Add/create a new role.
Usage
user add name [description]
where
name | of role to add. |
description | of role. Optional. |
admin on /_beyondcron/roles
this command is disabled when a user service is enabled.
Examples
Create a role
BeyondCron % role add operator
BeyondCron % role list operator
Role Description -------- ----------- operator
Create a user with a description
BeyondCron % role add audit Read only auditor
BeyondCron % role list audit
Role Description ----- ----------------- audit Read only auditor
See also
- role delete
- role description
- role list