Users
Get User Mutual 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.
Default
60Range
1 <= value <= 100offset?integer
A zero-based offset from the default object sorting from where search results start.
Range
0 <= valueResponse 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
}
}