Users

Update User Client Config

PUT
/users/{userId}/clientConfig

Update the client settings VRChat stores against a user.

Authorization

authCookie
auth<token>

Auth Token via Cookie

In: cookie

Path Parameters

userId*string

Must be a valid user ID.

Request Body

application/json

accessReduceDecorAnim?boolean

Response Body

application/json

application/json

curl -X PUT "https://api.vrchat.cloud/api/1/users/usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469/clientConfig" \  -H "Content-Type: application/json" \  -d '{}'
{
  "accessReduceDecorAnim": true,
  "configString": "string"
}
{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}