GET - User Call Forwarding Always

Retrieves the Forwarding Always 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_always.get_user_call_forwarding_always{
    "userId"
}

Example Data Returned (Formatted)

{
  "isActive": true,
  "forwardToPhoneNumber": 4500,
  "isRingSplashActive": false,
  "userId": "[email protected]"
}

Last updated

Was this helpful?