insert_user

This action creates a new user in the ExtraView database.

SYNTAX

http://www.myserver.com/evj/ExtraView/ev_api.action?
user_id=username

&password=password
&statevar=insert_user
&p_template_file=file.html
&security_user_id =userID
&first_name=user_first_name
&last_name=user_last_name
&security_password=password
&email=email_address
&job_title=user_job_title

&company_name=user_company
&address_line1=user_address_line_1
&address_line2=user_address_line_2
&city=city
&state=state
&postal_code=postal_code
&country=country
&work_telephone=work_telephone
&home_telephone=home_telephone
&cell_phone=cell_phone
&address_line1=user_address_line_1
&fax=fax
&pager=pager

NOTES

You must always provide security_user_id, security_password, first_name, last_name and email as fields.

If the ExtraView application default named ENFORCE_DETAILED_USER_INFO has a value of YES, then the COMPANY_NAME, ADDRESS_LINE1, CITY, STATE, POSTAL_CODE and WORK_TELEPHONE must be provided.

The command will fail if the security_user_id already exists.

You must have update permission to the security key named SE_SECURITY_USER before you can execute the command.