Hi @Pankaj Singh
The manager
is not a basic attribute of the user and will not be returned by default. You can expand this attribute through the $expand
query parameter.
https://graph.microsoft.com/v1.0/users?$expand=manager&$select=id,userPrincipalName,jobTitle,surname,displayName,mail......
Hope this helps.
If the reply is helpful, please click Accept Answer and kindly upvote it. If you have additional questions about this answer, please click Comment.