---
title: "Update contact"
method: PUT
path: "/public/v2/contacts/{subjectId}"
tags: ["Contacts"]
---

# Update contact

`PUT /public/v2/contacts/{subjectId}`

Required permission: Admin Only - API User Management, Edit.<br/>Update contact on the authenticated account.

## Path parameters

- `subjectId` string, required

## Request body

- UpdateContactOnAccountRequest
  - `roles` string[], nullable — Contact roles on the account.
  - `phoneNumber` string, nullable — Contact phone number.

## Response `200`

Updated contact.

- UserResponseServiceResponse
  - `errors` ValidationResult[], nullable
    - `memberNames` string[], nullable
    - `errorMessage` string, nullable
  - `warnings` ValidationResult[], nullable
    - `memberNames` string[], nullable
    - `errorMessage` string, nullable
  - `information` string[], nullable
  - `isValid` boolean
  - `content` UserResponse
    - `subjectId` string, required — Unique subject ID given to this user.
    - `email` string, required — User email.
    - `roles` string[], required — List of User roles which map to permissions on the specified account.

## Other responses

- `400` — Bad request. Invalid or missing parameter
- `401` — Unauthorized
- `403` — user_lacks_required_permission
- `422` — Failed to update contact.
- `default` — Error

---

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