Search All Users
Search and list any users by text query
Requests made through this page are proxied through an intermediary server due to Cross-Origin Resource Sharing restrictions.
auth<token>
Auth Token via Cookie
In: cookie
Query Parameters
search?string
Searches by displayName. Will return empty array if search query is empty or missing.
Length
0 <= lengthdeveloperType?string
Active user by developer type, none for normal users and internal for moderators
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
application/json
curl -X GET "https://api.vrchat.cloud/api/1/users?search=string&developerType=string&n=60&offset=0"[
{
"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",
"id": "usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469",
"isFriend": true,
"last_platform": "standalonewindows",
"profilePicOverride": "string",
"pronouns": "string",
"status": "active",
"statusDescription": "string",
"tags": [
"string"
],
"userIcon": "string"
}
]{
"error": {
"message": "n must be a positive integer˸ '-1'",
"status_code": 400
}
}{
"error": {
"message": "\"Missing Credentials\"",
"status_code": 401
}
}