PartnerUser

@Serializable
data class PartnerUser(val id: Long?, val properties: Map<String, String>?, val kakaoAccount: PartnerAccount?, val groupUserToken: String?, val hasSignedUp: Boolean?, val forPartner: ForPartner?, val connectedAt: Date?, val synchedAt: Date?)

사용자 정보 가져오기 응답
Response for Retrieve user information

Constructors

Link copied to clipboard
constructor(id: Long?, properties: Map<String, String>?, kakaoAccount: PartnerAccount?, groupUserToken: String?, hasSignedUp: Boolean?, forPartner: ForPartner?, connectedAt: Date?, synchedAt: Date?)

Properties

Link copied to clipboard
@SerialName(value = "connected_at")
val connectedAt: Date?

서비스에 연결 완료된 시각, UTC
Time connected to the service, UTC

Link copied to clipboard
@SerialName(value = "for_partner")
val forPartner: ForPartner?

카카오 및 공동체, 제휴 앱에만 제공되는 추가 정보
Additional user information for Kakao and partners

Link copied to clipboard
@SerialName(value = "group_user_token")
val groupUserToken: String?

그룹에서 맵핑 정보로 사용할 수 있는 값
Token to map user in the group apps

Link copied to clipboard
@SerialName(value = "has_signed_up")
val hasSignedUp: Boolean?

연결하기 호출의 완료 여부
Whether the user is completely linked with the app

Link copied to clipboard
val id: Long?

회원번호
Service user ID

Link copied to clipboard
@SerialName(value = "kakao_account")
val kakaoAccount: PartnerAccount?

카카오계정 정보
Kakao Account information

Link copied to clipboard

사용자 프로퍼티
User properties

Link copied to clipboard
@SerialName(value = "synched_at")
val synchedAt: Date?

카카오싱크 간편가입을 통해 로그인한 시각, UTC
The time when the user is logged in through Kakao Sync Simple Signup, UTC