Skip to content

Latest commit

 

History

History
86 lines (81 loc) · 4.82 KB

File metadata and controls

86 lines (81 loc) · 4.82 KB

CurrentUser

Properties

Name Type Description Notes
accepted_privacy_version int [optional]
accepted_tos_version int
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
auth_token str The auth token for NEWLY REGISTERED ACCOUNTS ONLY (/auth/register) [optional]
badges list[Badge] [optional]
bio str
bio_links list[str]
content_filters list[str] These tags begin with `content_` and control content gating [optional]
current_avatar str
current_avatar_image_url str When profilePicOverride is not empty, use it instead.
current_avatar_tags list[str]
current_avatar_thumbnail_image_url str When profilePicOverride is not empty, use it instead.
date_joined date
developer_type DeveloperType
discord_details DiscordDetails [optional]
discord_id str https://discord.com/developers/docs/reference#snowflakes [optional]
display_name str
email_verified bool
fallback_avatar str [optional]
friend_group_names list[str] Always empty array.
friend_key str
friends list[str]
google_details object [optional]
google_id str [optional]
has_birthday bool
has_email bool
has_logged_in_from_client bool
has_pending_email bool
hide_content_filter_settings bool [optional]
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 is normally `android`, `ios`, `standalonewindows`, `web`, or the empty value ``, but also supposedly can be any random Unity version 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
offline_friends list[str] [optional]
online_friends list[str] [optional]
past_display_names list[PastDisplayName]
pico_id str [optional]
platform_history list[CurrentUserPlatformHistoryInner] [optional]
presence CurrentUserPresence [optional]
profile_pic_override str
profile_pic_override_thumbnail str
pronouns str
pronouns_history list[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
user_language str [optional]
user_language_code str [optional]
username str - DEPRECATED: VRChat API no longer return usernames of other users. See issue by Tupper for more information.
uses_generated_password bool
vive_id str [optional]

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