CREATE ROLE

Syntax

CREATE ROLE [IF NOT EXISTS] role_name [WITH (createRoleOption [, ...])];

Description

Creates a new Custom Role within the Organization. Requires MANAGE_MEMBERS privilege.

Arguments

WITH (createRoleOption [, …​])

Parameter NameDescription

IN ROLE ( role_name [, ...] )

One or more existing Roles to which the new role will be added as a new member

ROLE ( role_name [, ...] )

One or more existing Roles which are added as members of the new role

Work in progress

Examples

Last updated