Checks a password or passwordless token for the requested account.

<Check title="Required Permissions" icon="key">The user must be an admin.</Check>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

emailstringRequired
The email value.

Headers

aw-internal-requeststringRequiredDefaults to true
Marks this request as an internal request. Only allowed by the awork app or internally.

Request

The password value.
passwordstring or nullOptional
The password to validate.

Response

OK

Errors

400
Bad Request Error
401
Unauthorized Error