I thought I posted this question earlier, but something must have gone wrong during the posting process. So I am submitting it once again.
I want to create a flow that simply checks if a new user account was created within the last 24 hours. If so, then add a license to the new user account. Once the license is assigned to the new user I will do other things, but I cannot seem to this portion working. I referenced the following video to walk me through the process, but it does not seem to work. Not sure what I am doing wrong. Apologies, I am new to using Power Automate, and want get comfortable creating workflows.
This the video used as reference:
This is the error, I receive:
Action 'Send_an_HTTP_request_V2' failed: URI path is not a valid Graph endpoint, path is neither absolute nor relative or resource/object is not supported for this connector. Resources: groups. Uri: https://graph.microsoft.com/v1.0/users?$select=displayName,mail,createdDateTime&$filter=createdDateTime ge formatDateTime(addDays(utcNow(),-1),'yyyy-MM-ddTHH:mm:ssZ')