17119: fix options and response type of the groups/shared and
[arvados.git] / sdk / go / arvados / user.go
index 68960144a8a3dae092c604bfa4a256efcc8a669b..7693c8442be69feb40f7712c470d0c3e3791c27e 100644 (file)
@@ -16,6 +16,7 @@ type User struct {
        Email                string                 `json:"email"`
        FullName             string                 `json:"full_name"`
        FirstName            string                 `json:"first_name"`
+       Kind                 string                 `json:"kind"`
        LastName             string                 `json:"last_name"`
        IdentityURL          string                 `json:"identity_url"`
        IsInvited            bool                   `json:"is_invited"`