---
title: "PATCH /networks/{networkId}/users/{userId}/devices"
method: PATCH
path: "/networks/{networkId}/users/{userId}/devices"
---

# PATCH /networks/{networkId}/users/{userId}/devices

`PATCH /networks/{networkId}/users/{userId}/devices`

Resets multiple devices for a specific user in a Wickr network. This operation forces the selected devices to log out and requires users to re-authenticate, which is useful for security purposes or when devices need to be revoked.

## Path parameters

- `networkId` string, required
- `userId` string, required

## Headers

- `X-Client-Token` string

## Request body

- object
  - `appIds` GenericString[], required — A list of application IDs identifying the specific devices to be reset for the user. Maximum 50 devices per batch request.

## Response `200`

Success

- BatchResetDevicesForUserResponse
  - `message` string — A message indicating the overall result of the batch device reset operation.
  - `successful` BatchDeviceSuccessResponseItem[] — A list of application IDs that were successfully reset.
    - `appId` string, required — The application ID of the device that was successfully processed.
  - `failed` BatchDeviceErrorResponseItem[] — A list of device reset attempts that failed, including error details explaining why each device could not be reset.
    - `field` string — The field that caused the error.
    - `reason` string — A description of why the device operation failed.
    - `appId` string, required — The application ID of the device that failed to be processed.

## Other responses

- `480` — ValidationError
- `481` — BadRequestError
- `482` — ResourceNotFoundError
- `483` — ForbiddenError
- `484` — UnauthorizedError
- `485` — InternalServerError
- `486` — RateLimitError

---

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