From 9639e13c18abb5e616d6126ebca5edfac63d1899 Mon Sep 17 00:00:00 2001 From: Barbara Czyz Date: Wed, 17 Jul 2024 18:13:18 +0200 Subject: [PATCH] Add `is_active` param to user collab --- 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." } } }