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

# Get contact

`GET /api/{cloudId}/v1/users/contacts/{id}`

Returns the details of a contact.

## Path parameters

- `id` string, required

## Response `200`

Returned if the request is successful.

- ContactResponse
  - `id` string — The id of the contact.
  - `method` 'email' | 'sms' | 'voice' | 'mobile' — The method of the contact.
  - `to` string — The contact address.
  - `status` ContactStatus
    - `enabled` boolean — The status of the contact.
    - `disabledReason` string — The reason why the contact is deactivated.

## Other responses

- `401` — Returned if the user is not authorized to do the operation.
- `404` — Returned if the user with the identifier cannot be found.

---

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