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
@@ -870,6 +870,17 @@
870
870
},
871
871
"style": "form"
872
872
},
873
+
{
874
+
"in": "query",
875
+
"name": "filter[legacy-guest]",
876
+
"description": "Retrieve users with (or without) the `legacy_guest` flag set",
877
+
"schema": {
878
+
"description": "Retrieve users with (or without) the `legacy_guest` flag set",
879
+
"type": "boolean",
880
+
"nullable": true
881
+
},
882
+
"style": "form"
883
+
},
873
884
{
874
885
"in": "query",
875
886
"name": "filter[status]",
@@ -3778,6 +3789,11 @@
3778
3789
"type": "boolean",
3779
3790
"nullable": true
3780
3791
},
3792
+
"filter[legacy-guest]": {
3793
+
"description": "Retrieve users with (or without) the `legacy_guest` flag set",
3794
+
"type": "boolean",
3795
+
"nullable": true
3796
+
},
3781
3797
"filter[status]": {
3782
3798
"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