---
title: "List Capabilities for a User"
method: GET
path: "/v1/users/{id}/capabilities"
tags: ["User"]
---

# List Capabilities for a User

`GET /v1/users/{id}/capabilities`

> 📘
>
> You can place the bearer `access_token` for a specific user into the Authentication section of this documentation 👉.

This endpoint returns the current capabilities of a User.

## Path parameters

- `id` string, required

## Response `200`

Successful response

- object
  - `capabilities` object — The Capabilities object
    - `payments` object — The Payments object
      - `account_to_account` object — The Account-to-Account object
        - `limits` object[] — The limits array
          - `description` 'Maximum eligible settlement speed for account-to-account transfers.' — The description of the limit
          - `property` 'max_settlement_speed' — The property name
          - `value` 'real-time' | 'T+0' | 'T+1' | 'T+2' | 'T+3' | 'T+4' — Available values
      - `account_to_card` object — Phone number of the user
        - `gross_debit` object
          - `limits` object[] — The limits array
            - `description` 'Determines user eligibility for account-to-card gross debit transfers.' — The description of the limit
            - `property` 'is_eligible' — The property name
            - `value` boolean — true if the User is eligible, false if the User is not eligible
      - `card_to_card` object — Phone number of the user
        - `limits` object[] — The limits array
          - `description` 'Maximum number of daily transfers allowed for card-to-card transactions.' — The description of the limit
          - `property` 'transfer_count_limit' — The property name
          - `frequency` 'daily' — The time interval with which this limit is evaluated against (rolling window)
          - `value` string — null value correlates to no daily limit

---

[API](https://skmtc.net/astra/apis/astra-developer-api.md) · [All operations](https://skmtc.net/astra/apis/astra-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/astra/astra-developer-api/versions/09f0430e5d33/schema)
