GET - Password Generate

Generates a single passwords following the groups rules.

Parameters

  • service_provider_id (str): Service Provider ID where Group is located.

  • group_id (str): Group ID to generate password for.

Returns

  • dict: Single password generated according to the groups rules..

How To Use:

my_api.password_generate.get_password_generate(
    "serviceProviderId",
    "groupID",
)

Example Returned Data of SIP Passwords (Formatted)

{
  "password": "?+^8RZ40MeC3+:i.BQ"
}

Last updated

Was this helpful?