Users

Get User Mutuals

GET
/users/{userId}/mutuals

Gets the counts of mutuals 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.

Response Body

application/json

application/json

curl -X GET "https://api.vrchat.cloud/api/1/users/string/mutuals"
{
  "friends": 0,
  "groups": 0
}
{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}