mirror of
https://github.com/retailcrm/api-client-go.git
synced 2025-04-02 20:56:17 +03:00
Update User struct
This commit is contained in:
parent
04f87e1fbc
commit
8dae906a3c
1 changed files with 1 additions and 0 deletions
|
@ -434,6 +434,7 @@ type User struct {
|
|||
Phone string `json:"phone,omitempty"`
|
||||
Status string `json:"status,omitempty"`
|
||||
Groups []UserGroup `json:"groups,omitempty,brackets"`
|
||||
MgUserId uint64 `json:"mgUserId,omitempty"`
|
||||
}
|
||||
|
||||
// UserGroup type
|
||||
|
|
Loading…
Add table
Reference in a new issue