Update User Note
Updates the currently authenticated user's note on a user
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
targetUserIdstring
A users unique ID, usually in the form of usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469. Legacy players can have old IDs in the form of 8JoV9XEdpo. The ID can never be changed.
notestring
Response Body
application/json
application/json
curl -X POST "https://api.vrchat.cloud/api/1/userNotes" \
-H "Content-Type: application/json" \
-d '{
"targetUserId": "usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469",
"note": "string"
}'{
"createdAt": "2019-08-24T14:15:22Z",
"id": "unt_e9074848-d107-4019-b4aa-bbd19e67660d",
"note": "string",
"targetUser": {
"currentAvatarTags": [
"string"
],
"currentAvatarThumbnailImageUrl": "https://api.vrchat.cloud/api/1/image/file_aae83ed9-d42d-4d72-9f4b-9f1e41ed17e1/1/256",
"displayName": "string",
"id": "unt_e9074848-d107-4019-b4aa-bbd19e67660d",
"profilePicOverride": "string",
"userIcon": "string"
},
"targetUserId": "usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469",
"userId": "usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469"
}{
"error": {
"message": "\"Missing Credentials\"",
"status_code": 401
}
}