v6 documentation is incomplete, want to contribute?

Update User Badge

Updates a user's badge

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

PUT
/users/{userId}/badges/{badgeId}
auth<token>

Auth Token via Cookie

In: cookie

Path Parameters

userIdstring

Must be a valid user ID.

badgeIdstring

Must be a valid badge ID.

hidden?boolean
showcased?boolean

Response Body

application/json

application/json

curl -X PUT "https://api.vrchat.cloud/api/1/users/string/badges/string" \
  -H "Content-Type: application/json" \
  -d '{}'
Empty

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

{
  "error": {
    "message": "User ID must be your own․",
    "status_code": 403
  }
}
Empty