mirror of
https://github.com/retailcrm/api-client-go.git
synced 2024-11-24 22:06:03 +03:00
commit
635e40dab2
@ -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