X (Twitter) · Arazzo Workflow
X Mute a User by Their Username
Version 1.0.0
Resolve a target handle to an id, then mute that user.
View Spec
View on GitHub
Social MediaMicrobloggingReal-Time DataStreamingAdvertisingContentArazzoWorkflows
Provider
Workflows
mute-user-by-username
Resolve a username and mute that user as the authenticated account.
Chains the username lookup endpoint into the mute-user endpoint, using the resolved id as the mute target.
1
resolveTarget
getUsersByUsername
Resolve the target username into a numeric user id.
2
muteTarget
muteUser
Mute the resolved target user as the authenticated user.