library
turbot/zendesk
Get Involved
Version
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
Name | Type | Required | Description | Default |
---|---|---|---|---|
cred | string | Yes | Name for credentials to use. If not provided, the default credentials will be used. | default |
string | Yes | The email ID of the user created. | - | |
name | string | Yes | The name of the user created. | - |
role | string | Yes | The role of the user created. | end-user |
Outputs
Name | Description |
---|---|
user | The user that has been created. |
Tags
type = featured