Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 347 Bytes

File metadata and controls

21 lines (15 loc) · 347 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const directoryObject = {
  userId: '55ac777c-109e-4022-b58c-470c8fcb6892',
  type: 'Group'
};

await client.api('/directory/deletedItems/getUserOwnedObjects')
	.post(directoryObject);