---
title: "Get whether or not user A is following user B."
method: GET
path: "/xrpc/place.stream.graph.getFollowingUser"
tags: ["place.stream.graph"]
---

# Get whether or not user A is following user B.

`GET /xrpc/place.stream.graph.getFollowingUser`

## Query parameters

- `userDID` string, did, required — The DID of the potentially-following user
- `subjectDID` string, did, required — The DID of the user potentially being followed

## Response `200`

Success

- object
  - `follow` ComAtprotoRepoStrongRef
    - `uri` string, uri, required
    - `cid` string, cid, required

---

[API](https://skmtc.dev/streamplace/apis/generated-lexicon-api-schema.md) · [All operations](https://skmtc.dev/streamplace/apis/generated-lexicon-api-schema/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/streamplace/generated-lexicon-api-schema/revisions/1eee35ef2abd/schema)
