Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User ID

From Resonite Wiki

A user's User ID (also written userid) is an immutable ID linked to their user account.

Format

All user IDs will start with the string U- (the letter "U" signifying "user" while other letters like "G" or "R" will mean "group" and "record" for the most common).

There are currently two user IDs formats.

Regular user ID

Most Resonite user IDs will be a Snowflake ID, following the format U-<snowflake>.

For instance, a regular user ID might look like U-fX3pKe7AYYQ.

Username user ID

In the case of migrated accounts or system accounts such as the Resonite bot, the user ID string can appear in a different format.

In such cases, it will follow the format U-<username>.

For instance, a username user ID might look like U-Frooxius.

Never ever assume a user ID will match a username.

Use

It is generally recommended to not display this ID in user-facing scenarios (facets, worlds, ect) and instead display the username of the user by using the UserUsername ProtoFlux node.

As the user ID is immutable, it can be recommended to use it for cloud variables and components such as ValueUserOverride.

Finding a user ID

Finding user IDs can be simple and done in multiple ways: