Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 284 Bytes

File metadata and controls

17 lines (12 loc) · 284 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

let members = await client.api('/directoryRoles/23f3b4b4-8a29-4420-8052-e4950273bbda/members')
	.version('beta')
	.get();