@@ -14873,6 +14873,13 @@ paths:
14873
14873
read messages.
14874
14874
14875
14875
**Changes**: New in Zulip 5.0 (feature level 105).
14876
+ allow_private_data_export:
14877
+ type: boolean
14878
+ description: |
14879
+ Whether organization administrators are allowed to
14880
+ export your private data.
14881
+
14882
+ **Changes**: New in Zulip 10.0 (feature level 293).
14876
14883
email_address_visibility:
14877
14884
$ref: "#/components/schemas/EmailAddressVisibility"
14878
14885
web_navigate_to_sent_message:
@@ -17370,6 +17377,13 @@ paths:
17370
17377
read messages.
17371
17378
17372
17379
**Changes**: New in Zulip 5.0 (feature level 105).
17380
+ allow_private_data_export:
17381
+ type: boolean
17382
+ description: |
17383
+ Whether organization administrators are allowed to
17384
+ export your private data.
17385
+
17386
+ **Changes**: New in Zulip 10.0 (feature level 293).
17373
17387
email_address_visibility:
17374
17388
$ref: "#/components/schemas/EmailAddressVisibility"
17375
17389
web_navigate_to_sent_message:
@@ -18672,6 +18686,14 @@ paths:
18672
18686
**Changes**: New in Zulip 5.0 (feature level 105).
18673
18687
type: boolean
18674
18688
example: true
18689
+ allow_private_data_export:
18690
+ description: |
18691
+ Whether organization administrators are allowed to
18692
+ export your private data.
18693
+
18694
+ **Changes**: New in Zulip 10.0 (feature level 293).
18695
+ type: boolean
18696
+ example: true
18675
18697
email_address_visibility:
18676
18698
description: |
18677
18699
The [policy][permission-level] this user has selected for [which other
@@ -18807,6 +18829,8 @@ paths:
18807
18829
contentType: application/json
18808
18830
send_read_receipts:
18809
18831
contentType: application/json
18832
+ allow_private_data_export:
18833
+ contentType: application/json
18810
18834
email_address_visibility:
18811
18835
contentType: application/json
18812
18836
web_navigate_to_sent_message:
0 commit comments