look up user by handle (handle)
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.