---
title: "Invite bookkeeper"
method: POST
path: "/v6/bookkeepers/invite"
tags: ["Bookkeepers"]
---

# Invite bookkeeper

`POST /v6/bookkeepers/invite`

Send an email invitation to an accountant for the authenticated user

## Request body

- InviteBookkeeperParam
  - `email` string, email, required — Email address of the accountant to invite

## Response `200`

Success

- SuccessResponseVoid
  - `result` 'SUCCESS' | 'FAILURE' — The result of the action performed.
  - `data` object — The data generated by the action performed.

## Other responses

- `400` — Bad request
- `401` — Not authenticated
- `403` — Not authorized
- `404` — Endpoint not found
- `500` — Internal server error

---

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