Access control
CREATE ORGANIZATION ROLE
Reference and syntax for the CREATE ORGANIZATION ROLE command.
Creates a new organization role.
For more information, see Role-based access control.
Syntax
Parameters
Parameter | Description |
---|---|
<role_name> | The name of the role. |
Examples
The following command will create a role account_manager
:
The following command will create a role “account_manager_2”:
In the previous code example, if account_manager_2
exists, no error message is returned.