Microsoft Office 365 · Arazzo Workflow
Microsoft Office 365 Notify New User
Version 1.0.0
Create a user, then send a welcome email to their new mailbox address.
Provider
Workflows
notify-new-user
Provision a user and email them a welcome message.
Creates a user via POST /users (201), reads it via GET /users/{user-id} (200), then sends a welcome email via POST /me/sendMail (202).
1
createUser
createUser
Create a new, enabled user account.
2
readUser
getUser
Read the created user back to capture the resolved userPrincipalName for addressing the welcome email.
3
sendWelcome
sendMail
Send a welcome email from the signed-in account to the new user's address. Returns 202 Accepted.