Create getInvalidUser route

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2026-01-05 09:48:20 +01:00
parent 516ab77d58
commit be3f6ba5d4
+16
View File
@@ -0,0 +1,16 @@
meta {
name: Get invalid user
type: http
seq: 11
}
get {
url: {{url}}/api/users/invalid
body: none
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}