Skip to content

Latest commit

 

History

History
79 lines (75 loc) · 4.16 KB

CurrentUser.md

File metadata and controls

79 lines (75 loc) · 4.16 KB

VRChat.API.Model.CurrentUser

Properties

Name Type Description Notes
AcceptedTOSVersion int
AcceptedPrivacyVersion int [optional]
AccountDeletionDate DateTime? [optional]
AccountDeletionLog List<AccountDeletionLog> [optional]
ActiveFriends List<string> [optional]
AgeVerificationStatus string
AgeVerified bool
AllowAvatarCopying bool
Badges List<Badge> [optional]
Bio string
BioLinks List<string>
CurrentAvatar string
CurrentAvatarAssetUrl string
CurrentAvatarImageUrl string When profilePicOverride is not empty, use it instead.
CurrentAvatarThumbnailImageUrl string When profilePicOverride is not empty, use it instead.
CurrentAvatarTags List<string>
DateJoined DateTime
DeveloperType DeveloperType
DisplayName string
EmailVerified bool
FallbackAvatar string [optional]
FriendGroupNames List<string> Always empty array.
FriendKey string
Friends List<string>
HasBirthday bool
HideContentFilterSettings bool [optional]
UserLanguage string [optional]
UserLanguageCode string [optional]
HasEmail bool
HasLoggedInFromClient bool
HasPendingEmail bool
HomeLocation string WorldID be &quot;offline&quot; on User profiles if you are not friends with that user.
Id string 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.
IsAdult bool
IsBoopingEnabled bool [optional] [default to true]
IsFriend bool [default to false]
LastActivity DateTime [optional]
LastLogin DateTime
LastMobile DateTime?
LastPlatform string This can be `standalonewindows` or `android`, but can also pretty much be any random Unity verison such as `2019.2.4-801-Release` or `2019.2.2-772-Release` or even `unknownplatform`.
ObfuscatedEmail string
ObfuscatedPendingEmail string
OculusId string
GoogleId string [optional]
GoogleDetails Object [optional]
PicoId string [optional]
ViveId string [optional]
OfflineFriends List<string> [optional]
OnlineFriends List<string> [optional]
PastDisplayNames List<PastDisplayName>
Presence CurrentUserPresence [optional]
ProfilePicOverride string
ProfilePicOverrideThumbnail string
Pronouns string
QueuedInstance string [optional]
ReceiveMobileInvitations bool [optional]
State UserState
Status UserStatus
StatusDescription string
StatusFirstTime bool
StatusHistory List<string>
SteamDetails Object
SteamId string
Tags List<string>
TwoFactorAuthEnabled bool
TwoFactorAuthEnabledDate DateTime? [optional]
Unsubscribe bool
UpdatedAt DateTime [optional]
UserIcon string
Username string - DEPRECATED: VRChat API no longer return usernames of other users. See issue by Tupper for more information.

[Back to Model list] [Back to API list] [Back to README]