---
title: "Sets the certificate contacts for the specified key vault."
method: PUT
path: "/certificates/contacts"
tags: ["Certificates"]
---

# Sets the certificate contacts for the specified key vault.

`PUT /certificates/contacts`

Sets the certificate contacts for the specified key vault. This operation requires the certificates/managecontacts permission.

## Query parameters

- `api-version` string, required

## Request body

- Contacts — The contacts for the vault certificates.
  - `id` string — Identifier for the contacts collection.
  - `contacts` Contact[] — The contact list for the vault certificates.
    - `email` string — Email address.
    - `name` string — Name.
    - `phone` string — Phone number.

## Response `200`

The contacts for the key vault certificate.

- Contacts — The contacts for the vault certificates.
  - `id` string — Identifier for the contacts collection.
  - `contacts` Contact[] — The contact list for the vault certificates.
    - `email` string — Email address.
    - `name` string — Name.
    - `phone` string — Phone number.

## Other responses

- `default` — Key Vault error response describing why the operation failed.

---

[API](https://skmtc.net/azure/apis/keyvaultclient.md) · [All operations](https://skmtc.net/azure/apis/keyvaultclient/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/keyvaultclient/versions/1f612999ec40/schema)
