---
title: "GET /private/get_members"
method: GET
path: "/private/get_members"
tags: ["Account Management", "Private"]
---

# GET /private/get_members

`GET /private/get_members`

Retrieves the list of Direct Access members configured for the account. A member represents an
external identity (e.g. a FIX or Direct Access order gateway user) that can be granted Direct
Access trading rights on the account or one of its subaccounts.

This method is dedicated to Starbase. See [Starbase Account Model](https://docs.deribit.com/starbase/account-model)
for an explanation of Members, portfolios, and their relationship to Deribit accounts.

When called from a subaccount, only members whose `accounts` include that subaccount are
returned, and only the `name` and `is_active` fields are included for each of them.

**Scope:** `account:read`

[Try in API console](https://test.deribit.com/api_console?method=%2Fprivate%2Fget_members)

## Response `200`

Success response

- PrivateGetMembersResponse
  - `jsonrpc` '2.0', required — The JSON-RPC version (2.0)
  - `id` integer — The id that was sent in the request
  - `result` MembersList, required
    - `members` Member[], required
      - `member_id` integer — Member identifier. Only present when the request is made from the main account.
      - `main_uid` integer — User ID of the main account the member belongs to. Only present when the request is made from the main account.
      - `name` string, required — Name of the member.
      - `is_active` boolean, required — Whether the member is active. Only active members have Direct Access trading rights.
      - `accounts` integer[] — List of (sub)account user ids the member has Direct Access trading rights on. Only present when the request is made from the main account.
      - `m_tstamp` integer — Timestamp of the last modification of the member, in milliseconds since the UNIX epoch. Only present when the request is made from the main account.
    - `is_direct_access_allowed` boolean, required — Whether Direct Access trading is enabled for the account.

---

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