---
title: "Upload a file"
method: POST
path: "/file-upload"
---

# Upload a file

`POST /file-upload`

This endpoint allows you to upload logos for user profiles and teams.

## Query parameters

- `teamId` string, required
- `managerTeamId` string
- `fileType` 'FILE_TYPE_USER_LOGO' | 'FILE_TYPE_TEAM_LOGO', required

## Response `200`

The logo file has been uploaded successfully.

- V3UploadFileResponse
  - `fileId` string — The unique identifier of the uploaded file.
  - `fileUrl` string — The URL to access the file uploaded.

## Other responses

- `400` — There was a problem with input.
- `401` — Invalid token error.
- `403` — Invalid token error.
- `default` — An unexpected error response.

---

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