Friends

List Friends

GET
/auth/user/friends

List information about friends.

Authorization

authCookie
auth<token>

Auth Token via Cookie

In: cookie

Query Parameters

offset?integer

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

Range0 <= value
n?integer

The number of objects to return.

Default60
Range1 <= value <= 100
offline?boolean

Returns only offline users if true, returns only online and active users if false

Response Body

application/json

application/json

curl -X GET "https://api.vrchat.cloud/api/1/auth/user/friends"
[
  {
    "bannerColor": "3cc92c",
    "bannerType": "string",
    "bannerUrl": "string",
    "currentAvatarImageUrl": "https://api.vrchat.cloud/api/1/file/file_ae46d521-7281-4b38-b365-804b32a1d6a7/1/file",
    "developerType": "internal",
    "discordId": "1280064052206370848",
    "displayName": "string",
    "friendKey": "string",
    "iconFrame": "string",
    "iconUrl": "string",
    "id": "usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469",
    "isFriend": true,
    "last_activity": "2019-08-24T14:15:22Z",
    "last_login": "2019-08-24T14:15:22Z",
    "last_mobile": "2019-08-24T14:15:22Z",
    "last_platform": "standalonewindows",
    "location": "string",
    "nameplateEffect": "string",
    "platform": "string",
    "profileEffect": "string",
    "status": "active",
    "statusDescription": "string",
    "tags": [
      "string"
    ]
  }
]
{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}