Economy

Update Tilia TOS Agreement Status

PUT
/user/{userId}/tilia/tos

Updates the status of the agreement of a user to the Tilia TOS

Authorization

authCookie
auth<token>

Auth Token via Cookie

In: cookie

Path Parameters

userId*string

Must be a valid user ID.

Request Body

application/json

accepted*boolean

Response Body

application/json

application/json

curl -X PUT "https://api.vrchat.cloud/api/1/user/string/tilia/tos" \  -H "Content-Type: application/json" \  -d '{    "accepted": true  }'
{}
{
  "error": {
    "message": "\"Missing Credentials\"",
    "status_code": 401
  }
}