Hello,
Thanks for the work and this good plugin.
I see in the output that there is a field for the user creation date when we use the GetUserInfo.
Unfortunately, this field seems empty.
According to Microsoft documentation, it seems this field is not returned by default and would need to be added to the request:
“@odata.context”: “https://graph.microsoft.com/v1.0/$metadata#users/$entity”,
“@microsoft.graph.tips”: “This request only returns a subset of the resource’s properties. Your app will need to use $select to return non-default properties. To find out what other properties are available for this resource see https://learn.microsoft.com/graph/api/resources/user”,
https://learn.microsoft.com/en-us/graph/api/resources/user?view=graph-rest-1.0#properties
|createdDateTime|DateTimeOffset|The date and time the user was created, in ISO 8601 format and UTC. The value can’t be modified and is automatically populated when the entity is created. Nullable. For on-premises users, the value represents when they were first created in Microsoft Entra ID. Property is null
for some users created before June 2018 and on-premises users that were synced to Microsoft Entra ID before June 2018. Read-only.
Returned only on $select
. Supports $filter
(eq
, ne
, not
, ge
, le
, in
).|
| — | — |
It would be very useful to me if the filed was populated by the request.
Thanks for your support.
Regards