---
title: "Gets all the followings between a user with userId and universes"
method: GET
path: "/v1/users/{userId}/universes"
tags: ["Interactions", "Universes", "Users"]
---

# Gets all the followings between a user with userId and universes

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

## Path parameters

- `userId` integer, required

## Response `200`

OK

- RobloxFollowingsApiModelsUserFollowingUniverseResponse[]
  - `universeId` integer — The id of the universe being followed
  - `userId` integer — The id of the user that is following

## 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)
