Sendbird · Arazzo Workflow
Sendbird Ban a User from a Channel
Version 1.0.0
Confirm a user and channel exist, then ban the user from the channel.
Provider
Workflows
ban-user-from-channel
Validate the target then ban a user from a channel.
Confirms the user and channel exist and then issues a ban with a duration and reason.
1
confirmUser
getUser
Confirm the target user exists before moderating.
2
confirmChannel
getGroupChannel
Confirm the channel exists before issuing the ban.
3
banUser
banUser
Ban the confirmed user from the confirmed channel.