Back to index

CreateAdminUser_v1

This method allows you to add an administrative user to the database

Parameters:

[in] usn The user-name that you need to use to authenticate on this interface.
[in] pwd The password that you need to use to authenticate on this interface.
[in] name The desired username to be used for creation of a administrator.
[in] displayName The name displayed for the user within FleetManager.
[in] password The created user's desired password.
[in] email The created user's email associated with the account. Note this must be a validly formatted address (e.g. XXXXX@XXXXX.XXX)
[in] userGroup Optional. The name of the FleetManager administrative user group the new user should be assigned to. A FleetManager user may be assigned to only one user group.
If supplied, the userGroup value must exactly match the name of an existing FleetManager administrator user group.
The default group is the 'ADMIN_USERS' group. The default will be used if no value is supplied.
[in] optionsStr This parameter is currenly not in use and should be left blank.
[out] uuid Output of unique id for the newly created user.
[out] errorMsg Output regarding any errors encountered.

Remarks

Minimum R-COM Database version

0.2802

Error messages

Please see this page.