---
title: "Activate contact"
method: PATCH
path: "/api/{cloudId}/v1/users/contacts/{id}/activate"
tags: ["Contacts"]
---

# Activate contact

`PATCH /api/{cloudId}/v1/users/contacts/{id}/activate`

Activates a contact of a user.

## Path parameters

- `id` string, required

## Response `200`

Returned if the request is successful.

- ContactSuccessResponse
  - `message` string
  - `data` SimpleData
    - `id` string
    - `name` string

## Other responses

- `401` — Returned if the user is not authorized to do the operation.
- `404` — Returned if the user or contact with the identifier cannot be found.
- `422` — Returned if a field is not properly set.

---

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