- 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.
Examples¶
SELECT SYSTEM$UNLINK_ORGANIZATION_USER_GROUP('marketing_team');