Skip to content

Changes verification status of one user to verified

PATCH
/api/user/{userId}/verification

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

userId*

which user to verify

Typeinteger
Required
Pattern"\\d+"

Request Body

application/json
JSON
{
"message": null
}

Responses

Success.

Playground

Authorization
Variables
Key
Value
Body

Samples

cURL
JavaScript
PHP
Python