You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/spec.json
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -904,6 +904,17 @@
904
904
},
905
905
"style": "form"
906
906
},
907
+
{
908
+
"in": "query",
909
+
"name": "filter[legacy-guest]",
910
+
"description": "Retrieve users with (or without) the `legacy_guest` flag set",
911
+
"schema": {
912
+
"description": "Retrieve users with (or without) the `legacy_guest` flag set",
913
+
"type": "boolean",
914
+
"nullable": true
915
+
},
916
+
"style": "form"
917
+
},
907
918
{
908
919
"in": "query",
909
920
"name": "filter[status]",
@@ -3877,6 +3888,11 @@
3877
3888
"type": "boolean",
3878
3889
"nullable": true
3879
3890
},
3891
+
"filter[legacy-guest]": {
3892
+
"description": "Retrieve users with (or without) the `legacy_guest` flag set",
3893
+
"type": "boolean",
3894
+
"nullable": true
3895
+
},
3880
3896
"filter[status]": {
3881
3897
"description": "Retrieve the items with the given status\n\nDefaults to retrieve all users, including locked ones.\n\n* `active`: Only retrieve active users\n\n* `locked`: Only retrieve locked users (includes deactivated users)\n\n* `deactivated`: Only retrieve deactivated users",
0 commit comments