---
title: "Assign a user to a workflow run"
method: POST
path: "/workflow-runs/{workflowRunId}/assignees/{email}"
tags: ["Workflow Runs"]
---

# Assign a user to a workflow run

`POST /workflow-runs/{workflowRunId}/assignees/{email}`

Assigns a user to a workflow run. If the user does not exist in your organization they will be invited as a Guest (Internal).

## Path parameters

- `workflowRunId` string, required
- `email` string, required

## Response `204`

## Other responses

- `default`

---

[API](https://skmtc.net/process/apis/process-street-public-api.md) · [All operations](https://skmtc.net/process/apis/process-street-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/process/process-street-public-api/revisions/6199a9464227/schema)
