---
title: "GET /apps.permissions.info"
method: GET
path: "/apps.permissions.info"
tags: ["apps.permissions", "apps"]
---

# GET /apps.permissions.info

`GET /apps.permissions.info`

Returns list of permissions this app has on a team.

## Query parameters

- `token` string

## Response `200`

Standard success response when used with a user token

- object — Schema for successful response from apps.permissions.info method
  - `info` object, required
    - `app_home` object, required
      - `resources` ObjsResources
        - `excluded_ids` array[]
          - union[]
            - union
              - …
        - `ids` array[], required
          - union[]
            - union
              - …
        - `wildcard` boolean
      - `scopes` string[]
    - `channel` object, required
      - `resources` ObjsResources
        - `excluded_ids` array[]
          - union[]
            - union
              - …
        - `ids` array[], required
          - union[]
            - union
              - …
        - `wildcard` boolean
      - `scopes` string[]
    - `group` object, required
      - `resources` ObjsResources
        - `excluded_ids` array[]
          - union[]
            - union
              - …
        - `ids` array[], required
          - union[]
            - union
              - …
        - `wildcard` boolean
      - `scopes` string[]
    - `im` object, required
      - `resources` ObjsResources
        - `excluded_ids` array[]
          - union[]
            - union
              - …
        - `ids` array[], required
          - union[]
            - union
              - …
        - `wildcard` boolean
      - `scopes` string[]
    - `mpim` object, required
      - `resources` ObjsResources
        - `excluded_ids` array[]
          - union[]
            - union
              - …
        - `ids` array[], required
          - union[]
            - union
              - …
        - `wildcard` boolean
      - `scopes` string[]
    - `team` object, required
      - `resources` ObjsResources, required
        - `excluded_ids` array[]
          - union[]
            - union
              - …
        - `ids` array[], required
          - union[]
            - union
              - …
        - `wildcard` boolean
      - `scopes` string[], required
  - `ok` true, required

## Other responses

- `default` — Standard failure response when used with an invalid token

---

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