SYNTAX:
xpxUserToGroupBN (groupName : STRING;
userName : STRING)
status : INTEGER;
The xpxUserToGroupBN function adds the specified EDMuser to the specified EDMgroup.
This function is protected, i.e. only legal for the privileged user superuser.
The argument <groupName> specifies the name of the EDMgroup to add the specified EDMuser to. EDMgroup names are case insensitive.
The argument <userName> specifies the name of the EDMuser that will be defined as a member of the EDMgroup specified by the <groupName> argument. EDMuser names are case insensitive.
This function is equivalent to the EDMinterface function edmiUserToGroupBN.
General
Content
Integrations