CreateUser()
Create a user.
By default the created user is not notified with email.
Parameters
User_Name
SQL_VARCHAR(1024)
The name of the user to be created.
Password
SQL_VARCHAR(1024)
The user's password. If this field is not set then a password is randomly generated.
Email_Address
SQL_VARCHAR(1024)
The email ID of the user.
Display_Name
SQL_VARCHAR(1024)
The display name of the user.
Application_Keys
SQL_VARCHAR(1024)
The application keys for the applications the user belongs to.
Returns
If the procedure fails, it throws an exception.
Otherwise, the procedure returns a table with a full representation of the user.