GET - User Call Forwarding Busy

Retrieves the Forwarding Busy 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_busy.get_user_call_forwarding_busy{
    "userId"
}

Example Data Returned (Formatted)

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

Last updated

Was this helpful?