
Announcements
Hi , I'm having this problem when i try send an http request to office 365 users. I'm trying to get a createdDateTime of user. When i try do this by get user profile v2 it shows his account was created 0001-01-01 which is not true at all. When i send a http request by this site Graph Explorer | Try Microsoft Graph APIs - Microsoft Graph i dont get a error but when i send the same uri by this component shows error like this.
Also i tried in both ways to send
and the same error
Hi @buszi99,
It looks like it gives an error because none of the 2nd segment values is used in the path. I don't know if that is by design or if it is a bug. The action is still in preview, to be fair.
Alternatively, you could use the Send an HTTP request from the Office 365 Groups connector instead (as a workaround). That one supports the user resource type as well.
Try something like below.