Description:
Creates a new EDMuser in a remote EDMdatabase.
EDMuser names must be unique within an EDMdatabase. It may consist of letters, digits and hyphens. The first character must be a letter. EDMuser names are case insensitive. Only the superuser may use this function.
Related functions:
edmiCreateUser.
Prototype:
Function xpfCreateUser (userName : STRING)
userId : GENERIC;
Arguments:
Argument type |
Argument name |
Comments |
STRING |
userName |
see EDMuserName |
Return parameter:
Argument type |
Argument name |
Comments |
GENERIC |
userId |
user id |
Comment:
When using a xpf function the developer must use correct exception handling to catch any error that has occurred. Please see xpxThrow function for details.
EXAMPLE