Categories:

System functions (System Control)

SYSTEM$UNLINK_ORGANIZATION_USER_GROUP

Unlinks an access control role from an organization user group so it can be managed as a local role going forward.

Syntax

SYSTEM$UNLINK_ORGANIZATION_USER_GROUP( '<role>' )

Arguments

'role'

Name of an access control role that is linked to an organization user group.

Usage notes

When you unlink an organization user group, user objects that were added to the regular account when the group was imported are also unlinked.

Examples

SELECT SYSTEM$UNLINK_ORGANIZATION_USER_GROUP('marketing_team');