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