Forum Discussion
Missing types in personType resource type documentation
Hi,
Some time ago, I was working with the Microsoft Graph People endpoint and wanted to filter by personType properties. I’d like to suggest listing all possible values for personType in the documentation for the resource type.
Here’s the documentation I’ve been using:
personType resource type - Microsoft Graph v1.0 | Microsoft Learn
After some research, I found this blog post that seems to contain relevant information: https://devblogs.microsoft.com/microsoft365dev/people-api-available-in-microsoft-graph-v1/
Is this list still valid? If so, perhaps it could be included directly in the resource type documentation.
Thanks
Best leave feedback directly on the documentation page. Some pages also accept external contributors, so you can submit a pull request via GitHub.
2 Replies
Best leave feedback directly on the documentation page. Some pages also accept external contributors, so you can submit a pull request via GitHub.
- kevinpierceCopper Contributor
Hey! Yeah, that’d be super helpful. For now, you can check the personType.class and personType.subclass values directly in the response, they’re usually things like “Person”, “Organization”, “Group”, etc. But yeah, +1 to updating the docs to list them all clearly!