Seismic · Arazzo Workflow
Seismic Add a User to a Group
Version 1.0.0
Resolve a group by name, add a user to it, and confirm the membership.
Provider
Workflows
add-user-to-group
Add a user to a named group and confirm the membership.
Resolves a group by name, confirms it exists, adds the user as a member, and lists the group members to verify the result.
1
findGroup
listGroups
Find the group by name, returning the first match.
2
getGroup
getGroup
Read the group detail to confirm it exists before adding the member.
3
addMember
addGroupMember
Add the supplied user as a member of the resolved group.
4
listMembers
listGroupMembers
List the group members to verify the user was added.