Name
USER_CREATE — create a new user account
Synopsis
USER_CREATE
(
|
in name varchar , |
in password varchar , | |
in
options
vector
) ; |
Description
This function creates a new user account. The account is valid for SQL and/or DAV, depending n options.
Parameters
name
The name of the user account as a string.
password
The clear text password for the user account.
options
A vector of name-value pairs for user options, even elements for option names, odd ones for values. Arbitrary options can be supplied. The Virtuoso reserved options can be found in the User Options sub-section of the User Administration Section.
Return Types
None