POST - User
Creates a new user in the specified group with the configuration defined in the payload.
Parameters
service_provider_id (str): Service provider ID where Group is loctaed.
group_id (str): Group ID where new user will be built.
user_id (str): Complete User ID including group domain of new user.
first_name (str): First name of new user.
last_name (str): Last name of new user.
extension (str): Extension number of new user.
web_auth_password (str): Web authentication password. Note get.password_generate() can be used to get this.
payload (dict): User configuration.
Returns
Dict: New user entity.
How To Use:
Example Data Returned (Formatted)
Last updated
Was this helpful?