<div dir="ltr">Hello,<div><br></div><div>Maybe it's simple but does the Azure Graph connector support pulling the manager for an account? Azure User object does not have "manager" attribute by default but it can be pulled few ways when using the Graph API</div><div><br></div><div>1. Using GET on <span style="color:rgb(33,33,33);font-family:Inter,OpenSans,Helvetica,Arial,sans-serif;font-size:12px;white-space:pre-wrap"><a href="https://graph.microsoft.com/v1.0/users/johnsmith@example.com?$expand=manager">https://graph.microsoft.com/v1.0/users/johnsmith@example.com?$expand=manager</a></span></div><div>2. Using GET on <span style="color:rgb(33,33,33);font-family:Inter,OpenSans,Helvetica,Arial,sans-serif;font-size:12px;white-space:pre-wrap"><a href="https://graph.microsoft.com/v1.0/users/johnsmith@example.com?$expand=directReports">https://graph.microsoft.com/v1.0/users/johnsmith@example.com?$expand=directReports</a></span></div><div><span style="color:rgb(33,33,33);font-family:Inter,OpenSans,Helvetica,Arial,sans-serif;font-size:12px;white-space:pre-wrap">3. Using GET on </span><span style="color:rgb(33,33,33);font-family:Inter,OpenSans,Helvetica,Arial,sans-serif;font-size:12px;white-space:pre-wrap"><a href="https://graph.microsoft.com/v1.0/users/johnsmith@example.com/manager">https://graph.microsoft.com/v1.0/users/johnsmith@example.com/manager</a></span></div><div><span style="color:rgb(33,33,33);font-family:Inter,OpenSans,Helvetica,Arial,sans-serif;font-size:12px;white-space:pre-wrap"><br></span></div><div><span style="color:rgb(33,33,33);font-family:Inter,OpenSans,Helvetica,Arial,sans-serif;font-size:12px;white-space:pre-wrap">How can I fetch this?</span></div><div><span style="color:rgb(33,33,33);font-family:Inter,OpenSans,Helvetica,Arial,sans-serif;font-size:12px;white-space:pre-wrap"><br></span></div><div><span style="color:rgb(33,33,33);font-family:Inter,OpenSans,Helvetica,Arial,sans-serif;font-size:12px;white-space:pre-wrap">Thanks</span></div></div>