> ## Documentation Index
> Fetch the complete documentation index at: https://docs.apowerb.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Shared Mailboxes

> Return the shared mailboxes currently configured for this user.



## OpenAPI

````yaml /api-reference/openapi.json get /api/integrations/microsoft/outlook/shared-mailboxes
openapi: 3.1.0
info:
  title: apowerb API
  description: REST API of the apowerb agentic framework (open-source edition).
  version: 0.1.2
  license:
    name: MIT
    url: https://github.com/apowerb/apowerb/blob/main/LICENSE
servers:
  - url: https://api.example.com
    description: Your apowerb instance
  - url: http://localhost:8000
    description: Local stack
security: []
paths:
  /api/integrations/microsoft/outlook/shared-mailboxes:
    get:
      tags:
        - integrations
      summary: List Shared Mailboxes
      description: Return the shared mailboxes currently configured for this user.
      operationId: >-
        list_shared_mailboxes_api_integrations_microsoft_outlook_shared_mailboxes_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                additionalProperties: true
                type: object
                title: >-
                  Response List Shared Mailboxes Api Integrations Microsoft
                  Outlook Shared Mailboxes Get
      security:
        - HTTPBearer: []
components:
  securitySchemes:
    HTTPBearer:
      type: http
      scheme: bearer

````

## Related topics

- [Suggest Shared Mailboxes](/api-reference/integrations/suggest-shared-mailboxes.md)
- [Remove Shared Mailbox](/api-reference/integrations/remove-shared-mailbox.md)
- [Add Shared Mailbox](/api-reference/integrations/add-shared-mailbox.md)
- [Set Active Shared Mailbox](/api-reference/integrations/set-active-shared-mailbox.md)
- [List published dashboards shared with the current user](/api-reference/dashboards/list-published-dashboards-shared-with-the-current-user.md)
