add organisation invite rest and dao

This commit is contained in:
Leo Hemsted
2018-02-16 10:56:12 +00:00
committed by Rebecca Law
parent 444dba994d
commit a2a1c5e9af
6 changed files with 132 additions and 9 deletions

View File

@@ -100,7 +100,7 @@ class UserSchema(BaseSchema):
class Meta:
model = models.User
exclude = (
"updated_at", "created_at", "user_to_service",
"updated_at", "created_at", "user_to_service", "user_to_organisation"
"_password", "verify_codes")
strict = True