---
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

---

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