updateStatus
User.updateStatus
updates user status.
Parameters
Name | Data type | Description | Notes |
id | Object | ID of the status. | For more information, see the Presence APIs. |
Example
Copied
window.PureCloud.User.updateStatus ({id: "1234-1234-1234-1234"});