---
title: "GET /users/{userId}/referrals"
method: GET
path: "/users/{userId}/referrals"
tags: ["Referrals"]
---

# GET /users/{userId}/referrals

`GET /users/{userId}/referrals`

Returns the referrals of an user.

## Path parameters

- `userId` string, required

## Query parameters

- `type` string, required
- `limit` integer
- `offset` integer

## Headers

- `Authorization` string, required
- `X-Account-Metadata` string

## Response `200`

OK

- UsersReferrals
  - `active` integer
  - `referrals` UsersMinimalUserProfile[]
    - `active` boolean
    - `city` string
    - `country` string
    - `email` string
    - `id` string
    - `phoneNumber` string
    - `pinged` boolean
    - `profilePictureUrl` string
    - `referralType` 'CONTACTS' | 'T1' | 'T2' | 'TEAM'
    - `username` string
    - `verified` boolean
  - `total` integer

## Other responses

- `400` — if validations fail
- `401` — if not authorized
- `403` — if not allowed
- `422` — if syntax fails
- `500` — Internal Server Error
- `504` — if request times out

---

[API](https://skmtc.net/ice-blockchain/apis/user-accounts-user-devices-user-statistics-api.md) · [All operations](https://skmtc.net/ice-blockchain/apis/user-accounts-user-devices-user-statistics-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ice-blockchain/user-accounts-user-devices-user-statistics-api/revisions/34d6aba6606c/schema)
