---
title: "Create new work request portal"
method: POST
path: "/workrequestportals"
tags: ["Work Request Portals"]
---

# Create new work request portal

`POST /workrequestportals`

## Query parameters

- `skipWebhook` boolean

## Headers

- `x-organization-id` integer

## Request body

- object
  - `title` string, required — Title of the portal
  - `welcomeText` string, nullable — Description text describing the portal
  - `descriptionPlaceholder` string, nullable — Placeholder text for the description field
  - `contactInformation` string, nullable — Contact of the person creating the portal (email or phone number)
  - `locationId` integer, nullable — ID of the location where the portal is located
  - `assetId` integer, nullable — ID of the asset related to the portal
  - `emailOnly` boolean, nullable — Allow request creation with email only to contact the requester
  - `sendEmailNotification` boolean, nullable — Send email notifications to the portal requesters with status updates on their requests

## Response `201`

Successfully created portal

- object
  - `id` integer, required — Global ID of the portal

## Other responses

- `400` — OrganizationId was not provided
- `401` — Invalid token
- `403` — You are forbidden to perform the requested action, to access this resource or the feature is disabled by your administrator

---

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