---
title: "List social accounts for a user"
method: GET
path: "/users/{username}/social_accounts"
tags: ["users"]
---

# List social accounts for a user

`GET /users/{username}/social_accounts`

Lists social media accounts for a user. This endpoint is accessible by anyone.

## Path parameters

- `username` string, required

## Query parameters

- `per_page` integer
- `page` integer

## Response `200`

Response

- SocialAccount[]
  - `provider` string, required
  - `url` string, required

---

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