library
turbot/zendesk
OverviewPipelines
0
Triggers
0
Variables
GitHub

Create User

Create a user.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run zendesk.pipeline.create_user \
--arg 'email=<string>' \
--arg 'name=<string>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = zendesk.pipeline.create_user
args = {
email = <string>
name = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
credstringYesName for credentials to use. If not provided, the default credentials will be used.default
emailstringYesThe email ID of the user created.-
namestringYesThe name of the user created.-
rolestringYesThe role of the user created.end-user

Outputs

NameDescription
userThe user that has been created.

Tags

type = featured