library
turbot/pipes
Get Involved
Version
Pipeline: Delete Organization Member
Delete the user from the organization.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run pipes.pipeline.delete_organization_member \ --arg 'org_handle=<string>' \ --arg 'user_handle=<string>'
Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = pipes.pipeline.delete_organization_member args = { org_handle = <string> 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 |
org_handle | string | Yes | Specify the handle of the organization where the member exists. | - |
user_handle | string | Yes | Specify the handle of the user which need to be removed. | - |
Outputs
Name | Description |
---|---|
member | The details of the deleted member. |
Tags
recommended = true