---
title: "Upload organization logo"
method: POST
path: "/admin-center/organization/logo"
tags: ["Admin Center"]
---

# Upload organization logo

`POST /admin-center/organization/logo`

Business plan required. Accepts base64 data URL image payload.

## Request body

- object
  - `logoData` string, required — Base64 data URL (png/jpeg/jpg/webp)

## Response `200`

Logo uploaded

- ServerResponse
  - `done` boolean, required — Indicates if the operation was successful
  - `body` unknown, required
  - `title` string, nullable — Optional response title
  - `message` string, nullable — Optional message (error message or success notification)

---

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