---
title: "Update a user's intercom notification preferences"
method: PATCH
path: "/orgs/{orgId}/users/{userId}/intercomNotificationPreferenceSet"
tags: ["orgs/users"]
---

# Update a user's intercom notification preferences

`PATCH /orgs/{orgId}/users/{userId}/intercomNotificationPreferenceSet`

__JWT is required for this endpoint with at least one of the following scopes__: o{params.orgId}-user{params.userId}:w,o{params.orgId}-user:w,o:w,s-o:w,o-user:w<br/><br/>__Endpoint name__: updateUserIntercomNotificationPreferenceSet

## Path parameters

- `orgId` integer, required
- `userId` integer, required

## Request body

- object
  - `notificationMethod` 'push-notification' | 'cloud-sip' | 'call-kit'
  - `phoneNumber` string, nullable

## Response `204`

No Content

---

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