---
title: "Add a lead to a workspace"
method: POST
path: "/WorkspaceInbox.json"
tags: ["Workspace"]
---

# Add a lead to a workspace

`POST /WorkspaceInbox.json`

## Request body

- object
  - `workspace_id` string, required
  - `first_name` string
  - `last_name` string
  - `phone` string
  - `email` string
  - `address1` string
  - `address2` string
  - `city` string
  - `state` string
  - `zip_code` string
  - `timezone` string
  - `country` string
  - `locked` boolean
  - `...custom_fields` string

## Response `200`

Success

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/strikedm/apis/strikedm-backend-user-api.md) · [All operations](https://skmtc.net/strikedm/apis/strikedm-backend-user-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/strikedm/strikedm-backend-user-api/revisions/53010fa1289e/schema)
