Feature Request: Add the creation date to the user info

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

This is great feedback. I will share with the team.

If you are interested, there is another way that you can share / request directly from within the product.

1 Like

Thanks.
I will use the feature to provide the feedback.