Add member search api route

This commit is contained in:
2020-01-11 00:47:13 +00:00
parent fddaf083b4
commit 402ec28ff5
6 changed files with 76 additions and 0 deletions
+4
View File
@@ -6,8 +6,12 @@ from apiserver.api import models, old_models
MEMBER_FIELDS = [
'id',
'first_name',
'last_name',
'preferred_name',
'status',
'phone',
'expire_date',
'current_start_date',
'application_date',
'vetted_date',