---
title: "Gets all universes followed by a user."
method: GET
path: "/v2/users/{userId}/universes"
tags: ["Interactions", "Universes", "Users"]
---

# Gets all universes followed by a user.

`GET /v2/users/{userId}/universes`

## Path parameters

- `userId` integer, required

## Response `200`

OK

- RobloxFollowingsApiModelsFollowsByTypeResponse — Data model containing collection of all followed sources of a specific type.
  - `followerType` 0 | 1 — Type of the follower entity. ['Invalid' = 0, 'User' = 1]
  - `followerId` integer — ID of the follower entity.
  - `sourceType` 0 | 1 — Type of the source entity. ['Invalid' = 0, 'Universe' = 1]
  - `followedSources` object — Followed sources: map of (source ID => follow date)

## Other responses

- `401` — 0: Authorization has been denied for this request.
- `403` — User is not authorized for this action.

---

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