Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 572 Bytes

File metadata and controls

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

const client = Client.init(options);

const site = {
    value: 
    [
        {
            id: 'contoso.sharepoint.com,da60e844-ba1d-49bc-b4d4-d5e36bae9019,712a596e-90a1-49e3-9b48-bfa80bee8740'
        },
        {
            id: 'contoso.sharepoint.com,da60e844-ba1d-49bc-b4d4-d5e36bae9019,0271110f-634f-4300-a841-3a8a2e851851'
        }
    ] 
};

await client.api('/users/7d349ed-44d7-43e1-9a83-5f2406dee5bd/followedSites/add')
	.post(site);