Microsoft Office 365 · Arazzo Workflow
Microsoft Office 365 Update User Profile
Version 1.0.0
Patch a user's profile properties, then read the user back to verify.
Provider
Workflows
update-user-profile
Update a user's profile and confirm via read-back.
Patches a user via PATCH /users/{user-id} (204 no content), then reads the user via GET /users/{user-id} (200) to verify the updated properties.
1
updateUser
updateUser
Patch the user with the supplied job title, department, and office location. Only the provided properties change.
2
verifyUser
getUser
Read the user back by id to confirm the updated profile properties.