---
title: "Invite Agency Staff"
method: POST
path: "/api/v1/agency/{agency_id}/staff/invite"
tags: ["Agency"]
---

# Invite Agency Staff

`POST /api/v1/agency/{agency_id}/staff/invite`

Invite a user as agency staff. Owner or admin only.

## Path parameters

- `agency_id` string, uuid, required

## Request body

- IInviteRequest
  - `email` string, email, required
  - `role` string, required

## Response `201`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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