Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 334 Bytes

File metadata and controls

20 lines (14 loc) · 334 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const group = {
  '@odata.id': 'https://graph.microsoft.com/v1.0/groups/{groupId}'
};

await client.api('/print/shares/{printerShareId}/allowedGroups/$ref')
	.post(group);