- Categories:
System functions (System Control)
SYSTEM$UNLINK_ORGANIZATION_USER¶
Unlinks a user object from an organization user so it can be managed as a local user going forward.
Syntax¶
SYSTEM$UNLINK_ORGANIZATION_USER( '<user_name>' )
Arguments¶
'user_name'
Name of a user object that was imported from an organization user.
Examples¶
SELECT SYSTEM$UNLINK_ORGANIZATION_USER('jloeb');