---
title: "List workplaces by domain with invitation status"
method: GET
path: "/cm/v1/auth/workplaces-by-domain"
tags: ["User"]
---

# List workplaces by domain with invitation status

`GET /cm/v1/auth/workplaces-by-domain`

List workplaces by domain with the info whether API caller requested an invitation to this workplace or not.

## Response `200`

A successful response.

- MessagesListWorkplacesByDomainResponse
  - `workplaces` DspWorkplaceWithInvitation[] — The list of workplace with invitation status.
    - `workplace` DspWorkplace — The workplace.
      - `id` string — The workplace ID.
      - `title` string — The workplace title.
      - `logo_url` string — The URL of the workplace logo image file.
      - `configuration` object — The workplace's configuration.
    - `requested_invitation` boolean — Whether user requested an invitation to this workplace.
    - `requested_at` string, date-time — Requested time.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/moloco/apis/moloco-ads-campaign-management-api.md) · [All operations](https://skmtc.net/moloco/apis/moloco-ads-campaign-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/moloco/moloco-ads-campaign-management-api/revisions/5c85d0910ac0/schema)
