v6 documentation is incomplete, want to contribute?

Search Active Users

REQUIRES ADMIN CREDENTIALS. Search and list any Active users by text query.

Requests made through this page are proxied through an intermediary server due to Cross-Origin Resource Sharing restrictions.

GET
/users/active
auth<token>

Auth Token via Cookie

In: cookie

Query Parameters

searchstring

Username to search for

developerType?string

Active user by developer type, none for normal users and internal for moderators

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

Response Body

application/json

application/json

application/json

curl -X GET "https://api.vrchat.cloud/api/1/users/active?search=string&developerType=string&offset=0&n=60"
[
  {
    "bio": "string",
    "bioLinks": [
      "string"
    ],
    "currentAvatarImageUrl": "https://api.vrchat.cloud/api/1/file/file_ae46d521-7281-4b38-b365-804b32a1d6a7/1/file",
    "currentAvatarThumbnailImageUrl": "https://api.vrchat.cloud/api/1/image/file_aae83ed9-d42d-4d72-9f4b-9f1e41ed17e1/1/256",
    "currentAvatarTags": [
      "string"
    ],
    "developerType": "none",
    "displayName": "string",
    "friendKey": "string",
    "id": "usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469",
    "isFriend": true,
    "imageUrl": "string",
    "last_platform": "standalonewindows",
    "location": "string",
    "last_login": "2019-08-24T14:15:22Z",
    "last_activity": "2019-08-24T14:15:22Z",
    "last_mobile": "2019-08-24T14:15:22Z",
    "platform": "string",
    "profilePicOverride": "string",
    "profilePicOverrideThumbnail": "string",
    "status": "active",
    "statusDescription": "string",
    "tags": [
      "string"
    ],
    "userIcon": "string"
  }
]

{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}

{
  "error": {
    "message": "\"Invalid Admin Credentials\"",
    "status_code": 403
  }
}