Add User
This endpoint allows the client to add a new user by sending a POST request to the specified URL.
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.