---
title: "List of accesses for the current user"
method: GET
path: "/1/mail_hostings/accesses/webmail"
tags: ["Mailboxes > Accesses > Webmail"]
---

# List of accesses for the current user

`GET /1/mail_hostings/accesses/webmail`

Returns list of accesses for the current user

## Query parameters

- `with` string
- `return` 'total'
- `page` integer
- `per_page` integer

## Response `200`

OK

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` 93e74a89WebmailAccess[]
    - `id` integer, required — Unique identifier of the resource `Webmail Access`
    - `user` 93e74a89UserV2, required
      - `id` integer, required — Unique identifier of the resource `UserV2`
      - `display_name` string, required — Display name
      - `first_name` string, required — First name
      - `last_name` string, required — Last name
      - `email` string, required — Email
      - `avatar` string, required — Avatar
      - `is_sso` boolean, required
      - `permissions_binary` integer
      - `permissions` 93e74a89Permissiononmailbox
        - `can_manage_filters` boolean, required
        - `can_manage_security` boolean, required
        - `can_manage_aliases` boolean, required
        - `can_manage_redirections` boolean, required
        - `can_manage_signatures` boolean, required
        - `can_manage_auto_reply` boolean, required
        - `can_change_password` boolean, required
        - `can_configure_mail_folders` boolean, required
        - `can_send_emails` boolean, required
        - `can_restore_emails` boolean, required
        - `can_manage_rules` boolean, required
        - `can_access_logs` boolean, required
    - `creator` 93e74a89UserV2
      - `id` integer, required — Unique identifier of the resource `UserV2`
      - `display_name` string, required — Display name
      - `first_name` string, required — First name
      - `last_name` string, required — Last name
      - `email` string, required — Email
      - `avatar` string, required — Avatar
      - `is_sso` boolean, required
      - `permissions_binary` integer
      - `permissions` 93e74a89Permissiononmailbox
        - `can_manage_filters` boolean, required
        - `can_manage_security` boolean, required
        - `can_manage_aliases` boolean, required
        - `can_manage_redirections` boolean, required
        - `can_manage_signatures` boolean, required
        - `can_manage_auto_reply` boolean, required
        - `can_change_password` boolean, required
        - `can_configure_mail_folders` boolean, required
        - `can_send_emails` boolean, required
        - `can_restore_emails` boolean, required
        - `can_manage_rules` boolean, required
        - `can_access_logs` boolean, required
    - `status` 'healthy' | 'new' | 'spam', required — Specifies the status of the access.<note><strong>healthy</strong>: The access is healthy.</note><note><strong>new</strong>: The access is new.</note><note><strong>spam</strong>: The access was sending spam.</note>
    - `last_used_at` integer, nullable, required
    - `is_primary` boolean, required
    - `created_at` integer, required — Timestamp `Webmail Access` has been created
    - `access_rights` object
      - `can_delete` boolean, required
      - `can_ask_reset_password` boolean, required
    - `permissions_binary` integer, required
    - `permissions` 93e74a89Permissiononmailbox, required
      - `can_manage_filters` boolean, required
      - `can_manage_security` boolean, required
      - `can_manage_aliases` boolean, required
      - `can_manage_redirections` boolean, required
      - `can_manage_signatures` boolean, required
      - `can_manage_auto_reply` boolean, required
      - `can_change_password` boolean, required
      - `can_configure_mail_folders` boolean, required
      - `can_send_emails` boolean, required
      - `can_restore_emails` boolean, required
      - `can_manage_rules` boolean, required
      - `can_access_logs` boolean, required
    - `mailbox` unknown[]
      - unknown
    - `is_ksuite_access` boolean
    - `ksuite` unknown[], nullable
      - unknown
    - `has_multi_password` boolean
    - `has_valid_password` boolean, required
    - `has_device` boolean
    - `is_team_access` boolean, required
  - `total` integer — Total number of items Added when using query parameter `page`
  - `page` integer — Number of the current page Added when using query parameter `page`
  - `pages` integer — Total number of pages Added when using query parameter `page`
  - `items_per_page` integer — Number of items per page Added when using query parameter `page`

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/667aae28fec6/schema)
