search only validate users

This commit is contained in:
2025-12-16 11:44:32 +01:00
parent 543db51291
commit 090db4205a
+20
View File
@@ -0,0 +1,20 @@
meta {
name: Search users
type: http
seq: 12
}
get {
url: {{url}}/api/users/search?query=test
body: none
auth: inherit
}
params:query {
query: test
}
settings {
encodeUrl: true
timeout: 0
}