Updates the phone configuration settings for the specified user.
connect_update_user_phone_config(PhoneConfig, UserId, InstanceId)
An empty list.
[required] Information about phone configuration settings for the user.
[required] The identifier of the user account.
[required] The identifier of the Amazon Connect instance.
svc$update_user_phone_config(
PhoneConfig = list(
PhoneType = "SOFT_PHONE"|"DESK_PHONE",
AutoAccept = TRUE|FALSE,
AfterContactWorkTimeLimit = 123,
DeskPhoneNumber = "string"
),
UserId = "string",
InstanceId = "string"
)