---
title: "PATCH /v2/identities/remotes/{identifier}"
method: PATCH
path: "/v2/identities/remotes/{identifier}"
tags: ["identities"]
---

# PATCH /v2/identities/remotes/{identifier}

`PATCH /v2/identities/remotes/{identifier}`

update a remote identity with rfc5789 and rfc7396 specifications

## Path parameters

- `identifier` string, required

## Request body

- object
  - `current_state` object, required
  - `credentials` object
  - `display_name` string
  - `identity_id` string
  - `identifier` string
  - `infos` object
  - `last_check` string, date-time
  - `protocol` 'email' | 'twitter'
  - `status` 'active' | 'inactive' | 'deleted'
  - `type` 'local' | 'remote'
  - `user_id` string

## Response `204`

Update successful. No body is returned.

## Other responses

- `400` — json payload malformed
- `401` — Unauthorized access
- `403` — Forbidden patch. Server is refusing to apply the given patch's properties to this ressource
- `404` — identity not found
- `422` — json is valid but patch was semantically malformed or unprocessable

---

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