DeveloperAPI ReferenceAuthLookup
/api/auth/lookup
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/api/auth/lookup" \ -H "Content-Type: application/json" \ -d '{ "username": "string" }'{
"found": true,
"displayName": "string",
"hasIdentity": true,
"hasPassword": true
}