From 2597f1c14240334ae745b28bec5a19e11f2171e4 Mon Sep 17 00:00:00 2001 From: Alex Ababii Date: Wed, 2 Sep 2026 11:18:08 +0200 Subject: [PATCH] email field for invite recipient --- api/openapi-spec/v1.0.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/openapi-spec/v1.0.yaml b/api/openapi-spec/v1.0.yaml index 4ac4a06..8d8adc7 100644 --- a/api/openapi-spec/v1.0.yaml +++ b/api/openapi-spec/v1.0.yaml @@ -4788,9 +4788,9 @@ components: #alias: # type: string # description: The alias of the domain object, for cases where an email address is unavailable (e.g. groups). - #email: - # type: string - # description: The email address for the recipient, if the recipient has an associated email address. + email: + type: string + description: The email address for the recipient, if the recipient has an associated email address. objectId: type: string description: The unique identifier for the recipient in the directory.