---
title: "Get list of organizations for a profile"
method: GET
path: "/organization/multiorganizations/list"
tags: ["Organizations"]
---

# Get list of organizations for a profile

`GET /organization/multiorganizations/list`

REQUIRED SCOPES <code>['organizations:read']</code><br>Get list of organizations for a profile

## Query parameters

- `search` string
- `sortOrder` string

## Response `200`

Successful operation

- object
  - `data` OrganizationResource[]
    - `id` integer
    - `owner_id` integer
    - `number_vendor_id` integer
    - `name` string
    - `photo_url` string

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `422` — Validation error

---

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