Cisco Webex · Arazzo Workflow
Cisco Webex Ensure Room Membership
Version 1.0.0
Add a person to a room only if they are not already a member.
View Spec
View on GitHub
CollaborationCommunicationsMeetingsMessagingTeamsVideo ConferencingArazzoWorkflows
Provider
Workflows
ensure-room-membership
Add a person to a room only when not already a member.
Checks for an existing membership by room and person email, and only creates a membership and posts a notice when none exists.
1
checkMembership
listMemberships
List memberships for the room filtered by the person email to detect an existing membership.
2
addMembership
createMembership
Create the membership since the person is not yet in the room.
3
postNotice
createMessage
Post a notice into the room announcing the new member.
Source API Descriptions
openapi