---
title: "Invite a team member with a role."
method: POST
path: "/v1/members"
tags: ["Other"]
---

# Invite a team member with a role.

`POST /v1/members`

Invite a team member with a role.

## Request body

- object
  - `email` string
  - `role` string

## Response `201`

Successful response.

- object
  - `capabilities` object[]
  - `created_at` string
  - `email` string
  - `name` string
  - `role` string

## Changes

- **2026-07-03** `9addd64b04b1` — 2 breaking, 1 info
  - added required request body
  - removed the success response with the status `200`
  - added the success response with the status `201`
- **2026-07-01** `1c34704cfbbb` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/didit-protocol/apis/didit-credentials-api/changes/v1/members/post.md)

---

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