Use the Create user API method if you want to create one or more users. You should add the following fields in the request body:
Request Body
-
username(string): The username of the user. -
password(string): The password for the user account. -
email(string): The email address of the user. -
sip_option(string): The SIP option for the user. -
is_active(string): Indicates whether the user account is active. -
reset_password(string): Indicates whether the user should reset their password. -
sip_uri(string): The SIP URI for the user. -
use_extended_ip_acl(string): Indicates the usage of extended IP ACL. -
user_route_caller_id(string): The caller ID for user routing. -
member_all_desks(string): Indicates membership to all desks. -
kerb_username(string): The Kerberos username for the user. -
desks(array): An array of desks associated with the user. -
roles(array): An array of roles assigned to the user. -
skill_groups(array): An array of skill groups assigned to the user.