메인 콘텐츠로 건너뛰기
Schemas.User

속성

affiliation
Record<string, any>
사용자의 소속 관련 메타데이터입니다.
connectionStatus
("following" | "follow_request_received" | "follow_request_sent" | "blocking" | "followed_by" | "muting")[]
두 사용자 간 관계에 대한 상세 정보를 반환합니다.
createdAt
string
이 User의 생성 시각입니다.
description
string
User가 제공했다면, 이 User의 프로필 설명(일명 bio) 텍스트입니다.
entities
Record<string, any>
User의 프로필 설명에서 발견된 메타데이터 목록입니다.
id
string
required
location
string
User가 제공했다면, User의 프로필에 지정된 위치입니다. 자유 입력 값이므로 실제 유효한 위치가 아닐 수 있으나, 위치 쿼리로 검색할 때 모호 일치로 평가될 수 있습니다.
mostRecentTweetId
string
name
string
required
프로필에 표시되는 이 User의 표시 이름입니다.
pinnedTweetId
string
profileBannerUrl
string
이 User의 프로필 배너 URL입니다.
profileImageUrl
string
이 User의 프로필 이미지 URL입니다.
protected
boolean
이 User가 자신의 Post를 보호하도록 선택했는지(즉, 이 User의 Post가 비공개인지) 여부입니다.
publicMetrics
Record<string, any>
이 User에 대한 지표 목록입니다.
receivesYourDm
boolean
이 User에게 DM을 보낼 수 있는지 여부입니다.
subscriptionType
"Basic" | "Premium" | "PremiumPlus" | "None"
사용자의 X Blue 구독 유형입니다. 예: Basic, Premium, PremiumPlus, None.
url
string
User의 프로필에 지정된 URL입니다.
username
string
required
verified
boolean
이 User가 인증된 X 사용자(User)인지 여부입니다.
verifiedType
"blue" | "government" | "business" | "none"
사용자의 X Blue 인증 유형입니다. 예: blue, government, business, none.
withheld
UserWithheld