v1

latestSwagger 2.0BeezUP2026-07-13254876845.8 KB
Customer - Friends

Get friend information

get/v2/user/customer/friends/{userId}

Path parameters

userIdstring guid required

Your friend user id

Headers

If-None-Matchstring

ETag value to identify the last known version of requested resource.
To avoid useless exchange, we recommend you to indicate the ETag you previously got from this operation.
If the ETag value does not match the response will be 200 to give you a new content, otherwise the response will be: 304 Not Modified, without any content.
For more details go to this link: http://tools.ietf.org/html/rfc7232#section-2.3

Response

Get friend info

userIdstring guid required

Your friend's user id

lastNamestring required

Your friend's user last name

firstNamestring required

Your friend's user first name

emailstring email required

Your friend's user email

profilePictureUrlstring

Your friend's user profile picture url

countryIsoCodeAlpha3string required

Your friend's user country iso code alpha 3

companystring required

Your friend's user company name

whatIDostring

Your friend's user occupation in his company

Example response

{
  "userId": "00c4a9d2-fc8e-4b3d-8e52-c4f276245bc1",
  "lastName": "Humphrey",
  "firstName": "Bogart",
  "email": "humphray.bogart@yahoo.ma",
  "profilePictureUrl": "https://www.biography.com/.image/c_fill,cs_srgb,dpr_1.0,g_face,h_300,q_80,w_300/MTE4MDAzNDEwNDU3MjMyOTEw/humphrey-bogart-9217486-1-402.jpg",
  "countryIsoCodeAlpha3": "USA",
  "company": "World company",
  "whatIDo": "I'm an actor..."
}