createUser Operation

With createUser operation you can create new users in the TIBCO LogLogic Appliance.

Request Parameters

authToken, loginName, firstName, lastName, loginPassword, phone, email, enabled, privileges, devices, appliances

For more information on each Common Request Parameter, see Common Request Parameters.

Response

userResponse (see userResponse Type)

Example

To create a user named MyFirstName MyLastName with email address me@loglogic.com, phone number 1-777-7777, authenticating locally, with an initial password MyPassword, and with Report Administrator access to all general syslog devices:

createUser authstr “me” “MyFirstName” “MyLastName” “MyPassword” “1-777-7777” “me@loglogic.com” “yes” “Report Administrator” “All General Syslog” “”