Get a User

Fetch the details of a user from GitHub.

Syntax

Below is a line-by-line overview of the automation syntax. Expand each line to learn more.

get the user from {the name}

What does it do? Fetch the details of a user from GitHub.

Where does it go? This is the base syntax for the procedure.

Is it required? ✅ Yes — This phrase is required in the syntax.

Does it require input data? ✅ Yes — This phrase requires a value for the name.

Examples

1. Retrieve the details of a user

get the user from "octocat"

Last updated

Was this helpful?