Hello @Randy Ramawad - Thanks for reaching out, and posting on the MS Q&A.
- For the Trigger, you can first configure Microsoft.Graph.UserUpdated event via Event Grid, and then use the When a resource event occurs trigger (from the Azure Event Grid connector) in your Logic Apps workflow.
- For Parsing JSON, please review Perform data operations in Azure Logic Apps
- For Creating Job on Runbook, it looks like the Azure Automation connector has Create Job action where you can pass in your JSON data to the Body field.
I hope this helps. If you encounter any issues while designing your workflow, or just have any follow-up questions, feel free to let me know in the comments.
Please "Accept Answer" if the answer is helpful so that others in the community may benefit from your experience.