Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 353 Bytes

File metadata and controls

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

const client = Client.init(options);

let azureUser = await client.api('/external/authorizationSystems/{id}/microsoft.graph.azureAuthorizationSystem/associatedIdentities/users/YWxpY2VAY29udG9zby5jb20')
	.version('beta')
	.get();