User Record Response
data class UserRecordResponse(val authType: String? = null, val email: String? = null, val fullName: String? = null, val id: String? = null, val kind: String? = null, val metadata: MetadataEntityResponse? = null)
Record of the user