Admin Users

Manually verify a user email from the admin dashboard

patch/v1/admin/users/{userId}/verify-email

Path parameters

userIdstring required

Request body

reasonstring

Response

User email verified successfully

successboolean required

Indicates if the request was successful

messagestring required

Human readable message

timestampstring date-time required

Timestamp of the response

Changes