MicrosoftDocs / office-365-management-api

Note this repo not actively maintained. To publish changes or PR review, tag @lindalu-MSFT.
https://learn.microsoft.com/en-us/office/office-365-management-api/
Creative Commons Attribution 4.0 International
40 stars 109 forks source link

Numeric values not listed for IdentityType #405

Closed miwent closed 8 months ago

miwent commented 8 months ago

The Identity Type table has "Member Name" and "Description" columns, but does not list the associated numeric values which is the identity type value provided in the messages.

"Actor":[{"ID":"user@corp.internal","Type":5},{"ID":"1XXXXXX","Type":3},{"ID":"User_XXXXXX","Type":2},{"ID":"XXXXX","Type":2},{"ID":"User","Type":2}]
miwent commented 8 months ago

Just realized this is a duplicate of #308