---
title: "PUT /contacts/{contactId}"
method: PUT
path: "/contacts/{contactId}"
tags: ["slash-contact"]
---

# PUT /contacts/{contactId}

`PUT /contacts/{contactId}`

## Path parameters

- `contactId` integer, required

## Request body

- ContactDto
  - `tenantId` integer
  - `contactId` integer
  - `contactName` string
  - `email` string
  - `phone` ContactProperties
    - `countryCode` string
    - `number` string
    - `countryName` string
  - `mobile` ContactProperties
    - `countryCode` string
    - `number` string
    - `countryName` string
  - `address` string
  - `city` string
  - `country` string
  - `state` string
  - `zipCode` string
  - `website` string
  - `profilePicURL` string
  - `profilePicName` string
  - `profilePicColor` string
  - `createdBy` UserMinimalDto
    - `userId` integer
    - `firstName` string
    - `email` string
    - `profilePicURL` string
    - `profilePicColor` string
    - `provider` string
    - `role` OrgRoleDto
      - `orgRoleId` integer
      - `roleName` string
  - `modifiedBy` UserMinimalDto
    - `userId` integer
    - `firstName` string
    - `email` string
    - `profilePicURL` string
    - `profilePicColor` string
    - `provider` string
    - `role` OrgRoleDto
      - `orgRoleId` integer
      - `roleName` string
  - `createdTime` string, date-time
  - `modifiedTime` string, date-time
  - `account` AccountLabelDto
    - `accountId` integer
    - `accountName` string
    - `email` string
    - `profilePicUrl` string
    - `profilePicName` string
    - `profilePicColor` string
  - `contactTags` ContactTagDto[]
    - `tenantId` integer
    - `contactTagId` integer
    - `tagName` string
    - `color` string
    - `createdBy` UserMinimalDto
      - `userId` integer
      - `firstName` string
      - `email` string
      - `profilePicURL` string
      - `profilePicColor` string
      - `provider` string
      - `role` OrgRoleDto
        - `orgRoleId` integer
        - `roleName` string
    - `modifiedBy` UserMinimalDto
      - `userId` integer
      - `firstName` string
      - `email` string
      - `profilePicURL` string
      - `profilePicColor` string
      - `provider` string
      - `role` OrgRoleDto
        - `orgRoleId` integer
        - `roleName` string
    - `createdTime` string, date-time
    - `modifiedTime` string, date-time
  - `projectCount` integer

## Response `200`

OK

- ResponseFormat
  - `success` boolean
  - `message` string
  - `data` unknown
  - `errorCode` integer
  - `errors` unknown

---

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