---
title: "Upload Workspace Logo"
method: POST
path: "/v1/workspaces/{workspace_id}/logo"
tags: ["workspaces"]
---

# Upload Workspace Logo

`POST /v1/workspaces/{workspace_id}/logo`

Set the workspace's logo on its Clerk organization (admin only).

The uploaded image replaces any existing logo and shows up wherever the
workspace's organization image is rendered (sidebar, settings, member
views). Customer-facing counterpart of the staff enterprise-SSO upload.

## Path parameters

- `workspace_id` string, uuid, required

## Response `200`

Successful Response

- WorkspaceLogoUploadResponse
  - `image_url` string, nullable

## Other responses

- `422` — Validation Error

---

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