Piecewise

Build chat bots with blocks

look up user by handle (handle)

In Mastodon → Users

Jump to block

Look up a user by their @-handle.

Requires the following blocks to be present in the project: mastodon login

Parameters

Parameter name Parameter type Required? Description
handle String The handle of the user (i.e. @blog@blog.piecewise.im)

Output

user - The user, or NULL if it could not be found.