---
title: "List participants"
method: GET
path: "/atlas/directory/participants"
tags: ["Atlas Settlement Network"]
---

# List participants

`GET /atlas/directory/participants`

Permissions required: **Read vault activity**


Get the list of participants you have access to.

## Query parameters

- `limit` integer
- `afterId` string

## Response `200`

participants

- SNParticipantsResponse
  - `data` SNParticipant[], required
    - `isActive` boolean, required
    - `participantId` string, required
    - `participantName` string, required
    - `tier` 'Basic' | 'Advanced'
  - `page` Page, required — Pagination info
    - `next` string, nullable — URL to use to query for the next page or null if no additional results are available

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference.md) · [All operations](https://skmtc.net/anchorage/apis/anchorage-digital-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anchorage/anchorage-digital-api-reference/versions/166864b1ec6d/schema)
