---
title: "Get friend information"
method: GET
path: "/v2/user/customer/friends/{userId}"
tags: ["Customer - Friends"]
---

# Get friend information

`GET /v2/user/customer/friends/{userId}`

## Path parameters

- `userId` string, guid, required

## Headers

- `If-None-Match` string

## Response `200`

Get friend info

- UserFriendInfo
  - `userId` string, guid, required — Your friend's user id
  - `lastName` string, required — Your friend's user last name
  - `firstName` string, required — Your friend's user first name
  - `email` string, email, required — Your friend's user email
  - `profilePictureUrl` string — Your friend's user profile picture url
  - `countryIsoCodeAlpha3` string, required — Your friend's user country iso code alpha 3
  - `company` string, required — Your friend's user company name
  - `whatIDo` string — Your friend's user occupation in his company

## Other responses

- `304` — The ETag sent in the http header If-None-Match did not change. So you are up to date !
- `404` — User not found
- `default` — Occurs when something goes wrong

---

[API](https://skmtc.net/beezup/apis/beezup-merchant-api.md) · [All operations](https://skmtc.net/beezup/apis/beezup-merchant-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/beezup/beezup-merchant-api/revisions/557b7feddf8a/schema)
