/api/admin/users returns user ID

This commit is contained in:
utkarshcmu
2015-11-16 06:55:02 -08:00
parent 305f8d6982
commit 9485e8cfee
2 changed files with 14 additions and 2 deletions
+5
View File
@@ -157,3 +157,8 @@ type UserSearchHitDTO struct {
Email string `json:"email"`
IsAdmin bool `json:"isAdmin"`
}
type UserIdDTO struct {
Id int64 `json:"id"`
Message string `json:"message"`
}