GET - SIP Password Generate
Generates a single SIP password.
Parameters
service_provider_id (str): Service Provider ID where Group is located.
group_id (str): Group ID to generate SIP password for.
Returns
dict: Single SIP password generated according to the groups rules.
How To Use:
my_api.password_generate.get_sip_password_generate(
"serviceProviderId",
"groupID",
)
Example Returned Data of SIP Passwords (Formatted)
{
"password": "8!01T_8Hk{R6"
}
Last updated
Was this helpful?