library
turbot/pipes
- Create Organization Workspace
- Create Organization Workspace Member
- Create User Workspace
- Delete Organization Member
- Delete Organization Workspace
- Delete User Workspace
- Get Organization Member
- Get User
- Invite Organization Member by Email
- Invite Organization Member by Handle
- List Organization Members
- List Organization Workspace Members
Get Involved
Version
List Organization Members
List all members of an organization who are invited / accepted.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run pipes.pipeline.list_organization_members \ --arg 'org_handle=<string>'
Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = pipes.pipeline.list_organization_members args = { org_handle = <string> }}
Params
Name | Type | Required | Description | Default |
---|---|---|---|---|
cred | string | Yes | Name for credentials to use. If not provided, the default credentials will be used. | default |
org_handle | string | Yes | Specify the organization handle. | - |
Outputs
Name | Description |
---|---|
members | List of organization members. |