PUT - User Do Not Disturb
This method updates the Do Not Disturb (DND) and Ring Splash (RS) status of a single. It takes a single User ID of the target user you would like to retrieve the status of.
Parameters
user_id (str): Target user id of user you would like to update the state of.
dnd_active (bool): True to enable DND and False to disable DND. Defaults to False.
ring_splash_active (bool): True to enable Ring Splash and False to disable Ring Splash. Defaults to False
Returns
Dict: Target users DND/ RS status. True is enabled and False disabled.
How To Use:
Examples Data (Formatted)
Last updated
Was this helpful?