---
title: "Add Portal User"
method: POST
path: "/api/admin/portal-users"
tags: ["portal-admin"]
---

# Add Portal User

`POST /api/admin/portal-users`

Give an additional team member of a company access to the dashboard.
Creates an 'invited' portal_users row for the company — NO email is sent
(the broker clicks "Send invite" after, matching the manual-email rule).
No cap on members; email is unique across the whole portal.

## Request body

- AddPortalUserBody
  - `company_id` string, required
  - `email` string, email, required
  - `contact_name` string, nullable
  - `company_name` string, nullable

## Response `201`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/riskcube/apis/slack-lead-manager.md) · [All operations](https://skmtc.dev/riskcube/apis/slack-lead-manager/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/riskcube/slack-lead-manager/revisions/4442bbae8296/schema)
