User

@Serializable
data class User(    val id: Long?,     val properties: Map<String, String>?,     val kakaoAccount: Account?,     val groupUserToken: String?,     val connectedAt: Date?,     val synchedAt: Date?,     val hasSignedUp: Boolean?,     val uuid: String?)

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

Constructors

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

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 = "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: Account?

카카오계정 정보
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

Link copied to clipboard
val uuid: String?

다른 사용자의 친구 정보에서 보여지는 해당 사용자의 고유 ID
Unique ID for the friend information