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