library
turbot/pipes
Get Involved
Version
Pipeline: Get User
Retrieves information of the specified user.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run pipes.pipeline.get_user \ --arg 'user_handle=<string>'
Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = pipes.pipeline.get_user args = { user_handle = <string> }}
Params
Name | Type | Required | Description | Default |
---|---|---|---|---|
conn | connection.pipes | Yes | Name of Pipes connection to use. If not provided, the default Pipes connection will be used. | connection.pipes.default |
user_handle | string | Yes | Specify the handle of the user whose information you want to retrieve. | - |
Outputs
Name | Description |
---|---|
user | User details. |