Microsoft Azure API Management · Arazzo Workflow
Azure API Management Onboard User to Group
Version 1.0.0
Create a user, confirm a group exists, add the user to the group, then list members.
View Spec
View on GitHub
A2AAI GatewayAPI CenterAPI GatewayAPI ManagementEnterpriseMCPMicrosoft AzureArazzoWorkflows
Provider
Workflows
onboard-user-to-group
Create a user and add them to a developer group.
Creates or updates a user, confirms the group exists, adds the user to the group, then lists the group members to confirm.
1
createUser
User_CreateOrUpdate
Create or update the developer user record.
2
getGroup
Group_Get
Read the target group to confirm it exists before adding the user.
3
addUserToGroup
GroupUser_Create
Add the user to the group, granting them the group's product access.
4
listGroupUsers
GroupUser_List
List the group's users to confirm the new member is present.