VRChat's API will stop providing username to users soon #1186

Closed
opened 2026-04-05 16:58:28 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @dtupper on 10/24/2022

The VRChat API will stop providing the username field to API users soon. We expect this change to happen within the next 1-2 weeks.

Please ensure VRCX is not using the username field for anything vital, such as keying. Instead, you should utilize id as the primary user key, as it is guaranteed to be unique and always point at the same user, no matter what they're named.

I have not looked at VRCX's code or how it handles this data. There may be no action required.

*Originally created by @dtupper on 10/24/2022* The VRChat API will stop providing the `username` field to API users soon. We expect this change to happen within the next 1-2 weeks. Please ensure VRCX is not using the `username` field for anything vital, such as keying. Instead, you should utilize `id` as the primary user key, as it is guaranteed to be unique and always point at the same user, no matter what they're named. I have not looked at VRCX's code or how it handles this data. There may be no action required.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/VRCX#1186