Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 512 Bytes

File metadata and controls

29 lines (23 loc) · 512 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const _boolean = {
  users: 
  [
    {
      '@odata.type': 'microsoft.graph.teamworkUserIdentity',
      id: '59b5bc69-ca73-4ffd-a2e0-88a79115d13b',
      tenantId: 'b11186db-6149-4b3d-95ad-23c9e1bf6853'
    }
  ],
  interactionType: 'createChat'
};

await client.api('/teamwork/determineIfInteractionIsAllowed')
	.version('beta')
	.post(_boolean);