---
title: "Get current user's install configuration"
method: GET
path: "/v1/me/install-config"
tags: ["Users"]
---

# Get current user's install configuration

`GET /v1/me/install-config`

Returns desktop branding, distribution, and approved version for the signed-in member's active organization.

## Response `200`

Authenticated install configuration resolved successfully.

- AuthenticatedInstallConfig
  - `appName` string
  - `clientName` string, required
  - `webUrl` string, uri, required
  - `apiUrl` string, uri, required
  - `requireSignin` boolean, required
  - `logoUrl` string, uri, nullable, required
  - `iconUrl` string, uri, nullable
  - `desktopVersion` string, required
  - `distribution` 'cloud' | 'enterprise', required

## Other responses

- `401` — The caller must be signed in to load install configuration.
- `404` — The caller has no active organization membership.

---

[API](https://skmtc.net/openworklabs/apis/den-api.md) · [All operations](https://skmtc.net/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openworklabs/den-api/revisions/db52fbf76027/schema)
