rico_roodenburg's avatar
rico_roodenburg
Brass Contributor
Mar 12, 2022
Status:
New

Retrieve middleName and initials attributes from Azure AD Graph API

Currently there's no way to retrieve the middleName and initials attributes of a user by the Graph API.

The following request are we using: 

 

GET https://graph.microsoft.com/beta/users/<userID>

 

Please make it also selectable by the $select parameter.

This is useful for many applications to work properly.

No CommentsBe the first to comment