library
turbot/pipes
Get Involved
Version
Pipeline: List Organization Workspace Members
List all members of a workspace in an organization who has accepted / invited.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run pipes.pipeline.list_organization_workspace_members \  --arg 'org_handle=<string>' \  --arg 'workspace_handle=<string>'Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" {  pipeline = pipes.pipeline.list_organization_workspace_members    args = {    org_handle = <string>    workspace_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 | 
| org_handle | string  | Yes | Specify the handle of the organization where the member need to be invited. | - | 
| workspace_handle | string  | Yes | Specify the handle of the workspace where the member need to be invited. | - | 
Outputs
| Name | Description | 
|---|---|
| members | The list of members within an organization workspace. |