---
title: "Add Recipients"
method: POST
path: "/recipient"
tags: ["Recipient"]
---

# Add Recipients

`POST /recipient`

Adds a member to your Recipients. This Recipient will be tied to the Credentials that are created with the same email address. However, if a Credential is created and there is no Recipient with a matching email address, the Recipient will be created automatically.

## Headers

- `api-version` string, required

## Request body

- AddRecipientsRequest
  - `recipients` RecipientInput[]
    - `name` string
    - `email` string
    - `attributes` AttributeValue[]
      - `id` string
      - `value` string

## Response `200`

Successful response

- ApiResponse
  - `message` string, nullable
  - `hasError` boolean
  - `validationErrors` string[]
  - `data` unknown
  - `content` unknown

---

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