Method to set the information of a user.
Resource URL
https://api.wbsrvc.com/User/SetInfo/
Method
POST
Parameters
user_key Required |
User Key of the user who initiates the call. Type: string |
user_id Required |
ID of the user. Type: integer |
status Optional |
Status of the user. Type: string – possible value ‘active’, ‘suspended’ |
email Optional |
Email address of the user. Type: string |
first_name Optional |
First name of the user. Type: string |
last_name Optional |
Last name of the user. Type: string |
title Optional |
Title of the user. Type: string |
office_phone Optional |
Office phone number of the user. Type: string |
mobile_phone Optional |
Mobile phone number of the user. Type: string |
language Optional |
Language of the user. Type: string – i.e. ‘en_US’ for English (US) |
timezone_id Optional |
ID of the timezone of the user. Type: integer |
password Optional |
Password of the user. Type: integer |
password_confirmation Optional |
Password confirmation of the user. Type: integer |
client_id Optional |
ID of the client. Type: integer |