Permissions.SaveLogin
Updates an existing user account in the requesting company.
Permissions.SaveLogin 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 next login (when set to
1); otherwise set to
0.
|
|
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
|
Sets the account as a temporary user
account (when set to
1); otherwise set to
0.
|
|
temp_end_date
|
xsd:date
|
The date that the temporary account
expires.
|
|
temp_start_date
|
xsd:date
|
The date to activate the temporary account.
|
|
title
|
xsd:string
|
The user's business title.
|
Permissions.SaveLogin response
| Type
|
Description
|
| xsd:int
|
Returns
1 if the update operation is successful.
Otherwise, returns
0.
|
Comments (0)
Must be logged in to comment. Login or register now to comment!