Slack · Arazzo Workflow
Slack Create a User Group and Assign Members
Version 1.0.0
Create a user group, assign members, and confirm the membership list.
View Spec
View on GitHub
BotsChatCollaborationMessagingProductivityT1Team CommunicationArazzoWorkflows
Provider
Workflows
create-usergroup-assign-members
Create a user group, assign members, and verify the membership.
Creates a user group, assigns the supplied comma separated list of user IDs to it, and reads the membership list back to confirm.
1
createUsergroup
postUsergroupsCreate
Create the user group with the supplied name, handle, and description.
2
assignMembers
postUsergroupsUsersUpdate
Assign the supplied comma separated list of users to the new user group.
3
verifyMembers
getUsergroupsUsersList
Read the user group's membership list back to confirm the members were assigned.