GET - Bulk User Call Forwarding Not Reachable

Retrieves the Forwarding Not Reachable status for the specified user

Parameters

  • user_id (str): Target User ID

Returns

  • Dict: Forwarding enabled status, and the Number to be Forwarded to.

How To Use:

my_api.call_forwarding_not_reachable.get_user_call_forwarding_no_answer{
    "userId"
}

Example Data Returned (Formatted)

{
  "isActive": true,
  "forwardToPhoneNumber": 1234,
  "numberOfRings": 5,
  "userId": "[email protected]"
}

Last updated

Was this helpful?