Method to create a user.
Resource URL
https://api.wbsrvc.com/User/Create/
Method
POST
Parameters
user_key Required |
User Key of the user who initiates the call. Type: string |
email Required |
Email address of the user. Type: string |
first_name Required |
First name of the user. Type: string |
last_name Required |
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 |