Skip to content

Latest commit

 

History

History
81 lines (76 loc) · 4.32 KB

File metadata and controls

81 lines (76 loc) · 4.32 KB

CurrentUser

Properties

Name Type Description Notes
accepted_tos_version int
accepted_privacy_version int [optional]
account_deletion_date date [optional]
account_deletion_log list[AccountDeletionLog] [optional]
active_friends list[str] [optional]
age_verification_status AgeVerificationStatus
age_verified bool `true` if, user is age verified (not 18+).
allow_avatar_copying bool
badges list[Badge] [optional]
bio str
bio_links list[str]
current_avatar str
current_avatar_asset_url str
current_avatar_image_url str When profilePicOverride is not empty, use it instead.
current_avatar_thumbnail_image_url str When profilePicOverride is not empty, use it instead.
current_avatar_tags list[str]
date_joined date
developer_type DeveloperType
display_name str
email_verified bool
fallback_avatar str [optional]
friend_group_names list[str] Always empty array.
friend_key str
friends list[str]
has_birthday bool
hide_content_filter_settings bool [optional]
user_language str [optional]
user_language_code str [optional]
has_email bool
has_logged_in_from_client bool
has_pending_email bool
home_location str WorldID be "offline" on User profiles if you are not friends with that user.
id str 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.
is_adult bool
is_booping_enabled bool [optional] [default to True]
is_friend bool [default to False]
last_activity datetime [optional]
last_login datetime
last_mobile datetime
last_platform str 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`.
obfuscated_email str
obfuscated_pending_email str
oculus_id str
google_id str [optional]
google_details object [optional]
pico_id str [optional]
vive_id str [optional]
offline_friends list[str] [optional]
online_friends list[str] [optional]
past_display_names list[PastDisplayName]
presence CurrentUserPresence [optional]
platform_history list[CurrentUserPlatformHistoryInner] [optional]
profile_pic_override str
profile_pic_override_thumbnail str
pronouns str
queued_instance str [optional]
receive_mobile_invitations bool [optional]
state UserState
status UserStatus
status_description str
status_first_time bool
status_history list[str]
steam_details object
steam_id str
tags list[str]
two_factor_auth_enabled bool
two_factor_auth_enabled_date datetime [optional]
unsubscribe bool
updated_at datetime [optional]
user_icon str
username str - 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]