---
title: "Verify a remote file after uploaded. Roles: admin, group activity manager, member, guardian."
method: PUT
path: "/api/userMemberships/{id}/files/{uuid}/verify"
tags: ["Members"]
---

# Verify a remote file after uploaded. Roles: admin, group activity manager, member, guardian.

`PUT /api/userMemberships/{id}/files/{uuid}/verify`

## Path parameters

- `id` integer, required
- `uuid` string, uuid, required

## Response `200`

OK

- RemoteFileSlim
  - `uuid` string, uuid
  - `membershipId` integer
  - `memberId` integer
  - `originalFilename` string
  - `contentType` string
  - `contentLengthBytes` integer

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.dev/mobilecoach/apis/untitled-api.md) · [All operations](https://skmtc.dev/mobilecoach/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mobilecoach/untitled-api/revisions/f2568e11c0ab/schema)
