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." } } }