---
title: "create one or multiple opensignups"
method: POST
path: "/api/servicesecurity/opensignups"
tags: ["opensignups"]
---

# create one or multiple opensignups

`POST /api/servicesecurity/opensignups`

Create one or multiple opensignups

## Request body

- union
  - Opensignup
    - `uuid` string, uuid
    - `createdAt` string, date-time
    - `createdBy` string, uuid
    - `lastUpdatedAt` string, date-time
    - `lastUpdatedBy` string, uuid
    - `lastUpdatedByAudience` string
    - `lastUpdatedByAudienceUuid` string, uuid
    - `lastUpdatedByImpersonatedBy` string, uuid
    - `lastUpdatedByCompanyUuid` string, uuid
    - `lastUpdatedByEnterpriseUuid` string, uuid
    - `companyUuid` string, uuid, required
    - `virtualCompany` object
      - `uuid` string, uuid
      - `name` string
      - `slug` string
    - `enabled` boolean, required — whether the company allows open signup as an admin using its
    - `code` string, required — a random, unique code to allow signing up to this company directly
    - `allowedDomains` string[], required — list of allowed email address domains that can join this company with the open signup link
  - Opensignup[]
    - `uuid` string, uuid
    - `createdAt` string, date-time
    - `createdBy` string, uuid
    - `lastUpdatedAt` string, date-time
    - `lastUpdatedBy` string, uuid
    - `lastUpdatedByAudience` string
    - `lastUpdatedByAudienceUuid` string, uuid
    - `lastUpdatedByImpersonatedBy` string, uuid
    - `lastUpdatedByCompanyUuid` string, uuid
    - `lastUpdatedByEnterpriseUuid` string, uuid
    - `companyUuid` string, uuid, required
    - `virtualCompany` object
      - `uuid` string, uuid
      - `name` string
      - `slug` string
    - `enabled` boolean, required — whether the company allows open signup as an admin using its
    - `code` string, required — a random, unique code to allow signing up to this company directly
    - `allowedDomains` string[], required — list of allowed email address domains that can join this company with the open signup link

## Response `201`

One or many opensignup documents created. Wrapped in a JsonAPI root response.

- object
  - `data` union
    - Opensignup
      - `uuid` string, uuid
      - `createdAt` string, date-time
      - `createdBy` string, uuid
      - `lastUpdatedAt` string, date-time
      - `lastUpdatedBy` string, uuid
      - `lastUpdatedByAudience` string
      - `lastUpdatedByAudienceUuid` string, uuid
      - `lastUpdatedByImpersonatedBy` string, uuid
      - `lastUpdatedByCompanyUuid` string, uuid
      - `lastUpdatedByEnterpriseUuid` string, uuid
      - `companyUuid` string, uuid, required
      - `virtualCompany` object
        - `uuid` string, uuid
        - `name` string
        - `slug` string
      - `enabled` boolean, required — whether the company allows open signup as an admin using its
      - `code` string, required — a random, unique code to allow signing up to this company directly
      - `allowedDomains` string[], required — list of allowed email address domains that can join this company with the open signup link
    - Opensignup[]
      - `uuid` string, uuid
      - `createdAt` string, date-time
      - `createdBy` string, uuid
      - `lastUpdatedAt` string, date-time
      - `lastUpdatedBy` string, uuid
      - `lastUpdatedByAudience` string
      - `lastUpdatedByAudienceUuid` string, uuid
      - `lastUpdatedByImpersonatedBy` string, uuid
      - `lastUpdatedByCompanyUuid` string, uuid
      - `lastUpdatedByEnterpriseUuid` string, uuid
      - `companyUuid` string, uuid, required
      - `virtualCompany` object
        - `uuid` string, uuid
        - `name` string
        - `slug` string
      - `enabled` boolean, required — whether the company allows open signup as an admin using its
      - `code` string, required — a random, unique code to allow signing up to this company directly
      - `allowedDomains` string[], required — list of allowed email address domains that can join this company with the open signup link
  - `meta` ResponsesPartMeta
    - `timestamp` string, date-time, required
    - `verb` 'OPTION' | 'GET' | 'PUT' | 'POST' | 'PATCH' | 'DELETE'
    - `path` string
    - `jti` string
    - `rid` string
    - `count` number
    - `status` string
    - `duration` number
    - `size` number

## Other responses

- `500` — default error response

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/versions/5f406c0e9462/schema)
