Access control
ALTER ORGANIZATION ROLE
Reference and syntax for the ALTER ORGANIZATION ROLE command.
ALTER ORGANIZATION ROLE OWNER TO
Updates the specified organization role owner.
Syntax
Parameters
Parameter | Description |
---|---|
<role_name> | The name of the role to alter. |
<owner_name> | The new owner of the role. The owner must be an existing login or service account. |
Examples
Change owner of a role
The following command will change the owner of account_manager
role to the login alexs@acme.com
:
ALTER ORGANIZATION ROLE RENAME TO
Renames the specified organization role.
Syntax
Parameters
Parameter | Description |
---|---|
<role_name> | The name of the role to alter. |
<new_role_name> | The new name of the role. The name of the role must be unique within the organization. |
Examples
Rename a role
The following command will rename the account_manager
role to dev_account_manager
: