Microsoft Azure API Management · Arazzo Workflow
Azure API Management Upsert User
Version 1.0.0
Find a user by identifier and update it if present, otherwise create it.
View Spec
View on GitHub
A2AAI GatewayAPI CenterAPI GatewayAPI ManagementEnterpriseMCPMicrosoft AzureArazzoWorkflows
Provider
Workflows
upsert-user
Upsert a developer user into an API Management service.
Lists users, checks for a matching identifier, and either updates the matched user or creates a new user.
1
listUsers
User_ListByService
List existing users so the flow can detect whether the target user identifier already exists.
2
updateUser
User_Update
Patch the existing user with updated name fields.
3
createUser
User_CreateOrUpdate
Create a new user with email and name when no matching user was found.