---
title: "POST /v1/projects/{projectId}/users/invitation"
method: POST
path: "/v1/projects/{projectId}/users/invitation"
tags: ["Access"]
---

# POST /v1/projects/{projectId}/users/invitation

`POST /v1/projects/{projectId}/users/invitation`

## Path parameters

- `projectId` string, required

## Request body

- AccessInviteUserBody
  - `email` string

## Response `200`

A successful response.

- GoliothInviteUserResponse
  - `data` GoliothPolicy
    - `conditionals` GoliothConditionalMap
      - `tags` string[]
    - `createdAt` string, date-time
    - `id` string
    - `resourceId` string
    - `resourceType` string
    - `roles` string[]
    - `updatedAt` string, date-time
    - `userId` string

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.dev/golioth/apis/golioth-api.md) · [All operations](https://skmtc.dev/golioth/apis/golioth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/golioth/golioth-api/revisions/47c98ae69a55/schema)
