Self-service Microsoft Entra ID user creation

Starting promptUse this prompt as a starting point to build your workflow.

Build a workflow fronted by a page that collects the new user's name, UPN/email, department, and manager. On submit, create the user in Microsoft Entra ID via Microsoft Graph with a temporary password and required attributes. Record the request in a Jira ticket and post a confirmation to Microsoft Teams. Validate the UPN isn't already taken, surface Graph API errors clearly, and require approval for privileged roles. Output the created user's object ID and a status message.

New to Tines?Sign up free for Tines 3B Explore Edition

What this prompt builds

Create a new Entra ID account from a simple intake page without touching the Azure portal.

The problem

Creating Entra ID users in the portal is slow and inconsistent, and delegating portal access to non-admins is risky. Manual entry leads to typos in UPNs and missed required attributes.

Solution and impact

A page collects the new user's details and creates the Entra ID account via Microsoft Graph, logging the request in Jira and notifying Teams. Account creation is standardized, fast, and safely delegated without handing out admin rights.