From c6c193feeb90bc95c8e0df5bf11c4f672542c1bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barbara=20Czy=C5=BC?= Date: Thu, 18 Jul 2024 06:46:50 +0200 Subject: [PATCH] Add `is_active` param to user collab (#437) --- openapi.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/openapi.json b/openapi.json index 0bb05769..2e9b9d3b 100644 --- a/openapi.json +++ b/openapi.json @@ -35616,6 +35616,11 @@ "description": "The primary email address of this user. If the collaboration status is `pending`, an empty string is returned.", "example": "ceo@example.com", "nullable": false + }, + "is_active": { + "type": "boolean", + "example": true, + "description": "If set to `false`, the user is either deactivated or deleted." } } }