Skip to main content
POST
Reset a second factor

Authorizations

Authorization
string
header
required

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

Path Parameters

user_id
string<uuid>
required

Body

application/json
reason
string
required

Why, kept with the reset.

Required string length: 3 - 1000

Response

The reset, with who did it and why.

at
string<date-time>
required

When the reset happened.

reason
string
required

Why, as the admin wrote it.

reset_by
string<uuid>
required

The admin who reset it.

reset_id
string<uuid>
required

The id of this reset.

user_id
string<uuid>
required

The person whose second factor was reset.