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
@@ -915,6 +915,17 @@
915
915
},
916
916
"style": "form"
917
917
},
918
+
{
919
+
"in": "query",
920
+
"name": "filter[search]",
921
+
"description": "Retrieve users where the username matches contains the given string\n\nNote that this doesn't change the ordering of the result, which are still ordered by ID.",
922
+
"schema": {
923
+
"description": "Retrieve users where the username matches contains the given string\n\nNote that this doesn't change the ordering of the result, which are still ordered by ID.",
924
+
"type": "string",
925
+
"nullable": true
926
+
},
927
+
"style": "form"
928
+
},
918
929
{
919
930
"in": "query",
920
931
"name": "filter[status]",
@@ -3893,6 +3904,11 @@
3893
3904
"type": "boolean",
3894
3905
"nullable": true
3895
3906
},
3907
+
"filter[search]": {
3908
+
"description": "Retrieve users where the username matches contains the given string\n\nNote that this doesn't change the ordering of the result, which are still ordered by ID.",
3909
+
"type": "string",
3910
+
"nullable": true
3911
+
},
3896
3912
"filter[status]": {
3897
3913
"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