POST - User Reset

Removes Call records, group services and Webex from the specified user.

Parameters

  • user_id (str): Users Original Identifier

  • remove_from_group_services (bool): Remove From Group Services

  • remove_call_records (bool): Remove Call Record Instances

  • remove_alternate_user_ids (bool): Remove Alternate User Identifiers

  • remove_webex_person (bool): Remove Webex Entry

  • cycle_service_packs (bool): Shift Service Packs

  • reset_password_passcode (bool): Reset Password Forcing A New Login And Password

Returns

  • Nothing

How To Use:

my_api.users.post_user_reset(
    "[email protected]", 
    True,
    False,
    True,
    True,
    False,
    False
)

Example Data Returned (Formatted)

N\A

Last updated

Was this helpful?