mirror of
https://github.com/retailcrm/api-client-go.git
synced 2024-11-22 04:46:03 +03:00
Update User struct
This commit is contained in:
parent
04f87e1fbc
commit
8dae906a3c
@ -434,6 +434,7 @@ type User struct {
|
|||||||
Phone string `json:"phone,omitempty"`
|
Phone string `json:"phone,omitempty"`
|
||||||
Status string `json:"status,omitempty"`
|
Status string `json:"status,omitempty"`
|
||||||
Groups []UserGroup `json:"groups,omitempty,brackets"`
|
Groups []UserGroup `json:"groups,omitempty,brackets"`
|
||||||
|
MgUserId uint64 `json:"mgUserId,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// UserGroup type
|
// UserGroup type
|
||||||
|
Loading…
Reference in New Issue
Block a user