Syntax
Parameters
| Parameter | Description |
|---|---|
<role_name> | The name of the role. |
Examples
The following command will create a roleaccount_manager:
account_manager_2 exists, no error message is returned.Reference and syntax for the CREATE ORGANIZATION ROLE command.
CREATE ORGANIZATION ROLE [ IF NOT EXISTS ] <role_name>
| Parameter | Description |
|---|---|
<role_name> | The name of the role. |
account_manager:
CREATE ORGANIZATION ROLE "account_manager"
CREATE ORGANIZATION ROLE IF NOT EXISTS "account_manager_2"
account_manager_2 exists, no error message is returned.Was this page helpful?