Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 443 Bytes

File metadata and controls

28 lines (22 loc) · 443 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const transfer = {
  transferTarget: {
    endpointType: 'default',
    identity: {
      user: {
        id: '550fae72-d251-43ec-868c-373732c2704f',
        displayName: 'Heidi Steen'
      }
    }
  }
};

await client.api('/communications/calls/{id}/transfer')
	.post(transfer);