---
title: "Update current user preferences"
method: PATCH
path: "/user_session/preferences"
tags: ["User Session"]
---

# Update current user preferences

`PATCH /user_session/preferences`

## Request body

- UpdateUserSessionPreferencesRequestBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `attributes` UpdateUserSessionPreferencesAttributes, required
    - `agentRunResults` boolean
    - `incidentRoleAssignments` boolean
    - `incidentUpdates` boolean
    - `integrationSyncFailures` boolean
    - `name` string
    - `timezone` string

## Response `200`

OK

- UpdateUserSessionPreferencesResponseBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `data` UserSessionPreferences, required
    - `notifications` UserSessionNotificationPreferences, required
      - `agentRunResults` boolean, required
      - `incidentRoleAssignments` boolean, required
      - `incidentUpdates` boolean, required
      - `integrationSyncFailures` boolean, required
    - `profile` UserSessionPreferencesProfile, required
      - `email` string, required
      - `name` string, required
      - `timezone` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

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