Validate User Exists By Username
Validate User Exists By Username
Path Parameters
username Username required
Responses
- 200
- 422
Successful Response
application/json
Schema
Schema
boolean
Validation Error
application/json
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
detail object[]
loc object[] required
anyOf
MOD1
MOD2
string
integer
msg Message required
type Error Type required
{ "detail": [ { "loc": [ "string", 0 ], "msg": "string", "type": "string" } ] }
Loading...