---
title: "Invites the specified email to create a new Company."
method: POST
path: "/companies/invite"
tags: ["companies"]
---

# Invites the specified email to create a new Company.

`POST /companies/invite`

## Request body

- InviteUserFromSelfSignupRequest — Represents a request to create a new user from the self signup page
  - `email` string, required
  - `firstName` string
  - `lastName` string
  - `companyName` string, required

## Response `default`

default response

- CompanyInviteResponse
  - `link` string, uri
  - `message` string

## Other responses

- `403` — Response was sent via HTTP, please retry using HTTPS

---

[API](https://skmtc.net/gremlin/apis/gremlin-api.md) · [All operations](https://skmtc.net/gremlin/apis/gremlin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gremlin/gremlin-api/revisions/70fe938a0b35/schema)
