Users

Get User Mutual Friends

GET
/users/{userId}/mutuals/friends

Gets a list of mutual friends between the logged in user and the specified user

Authorization

authCookie
auth<token>

Auth Token via Cookie

In: cookie

Path Parameters

userId*string

Must be a valid user ID.

Query Parameters

n?integer

The number of objects to return.

Default60
Range1 <= value <= 100
offset?integer

A zero-based offset from the default object sorting from where search results start.

Range0 <= value

Response Body

application/json

application/json

curl -X GET "https://api.vrchat.cloud/api/1/users/usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469/mutuals/friends"
[
  {
    "bannerColor": "3cc92c",
    "bannerType": "color",
    "bannerUrl": "string",
    "displayName": "string",
    "iconFrame": "string",
    "iconUrl": "string",
    "id": "usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469",
    "nameplateEffect": "string",
    "profileEffect": "string",
    "status": "active",
    "statusDescription": "string"
  }
]
{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}