- Categories:
System functions (System Control)
SYSTEM$LINK_ORGANIZATION_USER¶
Links an organization user with a user that already exists in the regular account.
When an account administrator adds an organization user group to a regular account, a conflict arises when an organization user in the group corresponds to a person who already has a user object in the account. This function resolves the conflict and allows the user to be managed as an organization user going forward.
Syntax¶
SYSTEM$LINK_ORGANIZATION_USER( '<local_user>', '<org_user>' )
Arguments¶
'local_user'
Name of a user object that exists in the regular account.
'org_user'
Name of the organization user that corresponds to the same person as
local_user
.
Example¶
SELECT SYSTEM$LINK_ORGANIZATION_USER('jloeb', 'jloeb');