From c16f82793a539ef8dffa42edda95c4807026ed08 Mon Sep 17 00:00:00 2001 From: Geert-Johan Riemer Date: Mon, 16 Sep 2019 11:53:09 +0200 Subject: [PATCH] Expose user type --- user.go | 1 + 1 file changed, 1 insertion(+) diff --git a/user.go b/user.go index 7dcf446..59b9f6e 100644 --- a/user.go +++ b/user.go @@ -19,6 +19,7 @@ type UserList struct { // stripped out from the request. Please see the API documentation for details. type User struct { ID string `json:"id,omitempty"` + Type string `json:"type,omitempty"` Email string `json:"email,omitempty"` Phone string `json:"phone,omitempty"` UserID string `json:"user_id,omitempty"`