library
turbot/pipes
Get Involved
Version
Pipeline: Get Organization Member
Retrieves information of the specified user in organization.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run pipes.pipeline.get_organization_member \ --arg 'user_handle=<string>' \ --arg 'org_handle=<string>'
Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = pipes.pipeline.get_organization_member args = { user_handle = <string> org_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 organization handle where the member is associated. | - |
org_handle | string | Yes | Specify the handle of the user whose information you want to retrieve. | - |
Outputs
Name | Description |
---|---|
member | The organization user details. |