I am trying to get informations about user/mailbox type (regular, distribution list, shared mailbox, alias) using the Microsoft graph API. I tried using the /users endpoint but I see there is no field with such info. Is there any way of doing this?
https://docs.microsoft.com/en-us/graph/api/user-list?view=graph-rest-1.0&tabs=http
Thanks!