---
title: "POST /v1/{innovationId}/collaborators"
method: POST
path: "/v1/{innovationId}/collaborators"
tags: ["[v1] Innovation Collaborators"]
---

# POST /v1/{innovationId}/collaborators

`POST /v1/{innovationId}/collaborators`

Create (invites) a new collaborator for the innovations.

## Path parameters

- `innovationId` string, uuid, required

## Request body

- object
  - `email` string, email, required
  - `role` string, nullable

## Response `200`

The collaborator has been created.

- object
  - `id` string, uuid, required

## Other responses

- `400` — The collaborator could not be created.
- `401` — The user is not authorized to create an collaborator.
- `403` — The user is not allowed to create an collaborator.
- `404` — The innovation could not be found.
- `500` — An unexpected error occurred while creating the collaborator.

---

[API](https://skmtc.net/nhs-england/apis/innovations-api-nhs-innovation-service.md) · [All operations](https://skmtc.net/nhs-england/apis/innovations-api-nhs-innovation-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nhs-england/innovations-api-nhs-innovation-service/versions/36d432fb3b0d/schema)
