Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 316 Bytes

File metadata and controls

19 lines (13 loc) · 316 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const follow = {};

await client.api('/users/f2a84916-d735-41d9-a04a-4ecf6266ae71/employeeExperience/storyline/follow')
	.version('beta')
	.post(follow);