Permissions.AddLogin
Creates a new user account in the requesting company.
Permissions.AddLogin parameters
| Name
|
Type
|
Description
|
|
admin
|
xsd:int
|
Enables the user as an admin (when set to
1); otherwise set to
0.
|
|
change_password
|
xsd:int
|
Forces the user to change their password on
their first login (when set to
1); otherwise set to
0.
|
|
create_dashboards
|
xsd:int
|
Creates default dashboards for the user
(when set to
1); otherwise set to
0.
|
|
dashboard_rsid
|
xsd:string
|
The report suite ID used to create the
user's default dashboards.
|
|
email
|
xsd:string
|
The user's email address.
|
|
first_name
|
xsd:string
|
The user's first name.
|
|
last_name
|
xsd:string
|
The user's last name.
|
|
login
|
xsd:string
|
The user's login name.
|
|
password
|
xsd:string
|
The user's initial password.
|
|
phone_number
|
xsd:string
|
The user's contact phone number.
|
|
selected_group_list
|
array(tns:permission_group)
|
A list of group memberships for the user.
|
|
temp_login
|
xsd:int
|
Indicates this is a temporary user account
(when set to
1); otherwise set to
0.
|
|
temp_login_end
|
xsd:date
|
The date that the temporary account
expires.
|
|
temp_login_start
|
xsd:date
|
The date to activate the temporary account.
|
|
title
|
xsd:string
|
The user's business title.
|
Permissions.AddLogin response
| Type
|
Description
|
| xsd:int
|
Returns
1 if the add user operation is successful.
Otherwise, returns
0.
|
Comments (0)
Must be logged in to comment. Login or register now to comment!