samples
turbot/flowpipe-samples/invite-pipes-organization-member
OverviewPipelines
0
Triggers
0
Variables
GitHub

Add Organization Member to Workspace

Add organization member to an existing organization workspace.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run invite_pipes_organization_member.pipeline.add_organization_member_to_workspace \
--arg 'organization_handle=<string>' \
--arg 'workspace_handle=<string>' \
--arg 'member_handle=<list of dynamic>'

Use this pipeline

To call this pipeline from your pipeline, use a step:

step "pipeline" "step_name" {
pipeline = invite_pipes_organization_member.pipeline.add_organization_member_to_workspace
args = {
organization_handle = <string>
workspace_handle = <string>
member_handle = <list of dynamic>
}
}

Params

NameTypeRequiredDescriptionDefault
pipes_credstringYesName for Pipes credentials to use. If not provided, the default credentials will be used.default
organization_handlestringYesSpecify the handle of the organization where the workspace lives.-
workspace_handlestringYesSpecify the handle of the workspace where the member need to be invited.-
member_handlelist of dynamicYesOrgnization member handle to be invited to join workspace.-
rolestringYes The role for the new member at workspace level. Supported values are:

reader: Has full read access to the workspace.
operator: Has full read access to the workspace and can manage snapshots.
owner: Has full administrative access to the workspace, aside from adding connections to the workspace which is reserved for org owners.
reader

Outputs

NameDescription
memberMember information.