Skip to content
Search
K
Main Navigation
Guide
Rest API
Wiki
Appearance
Menu
Return to top
Changes verification status of one user to verified
POST
/api/users/{userId}/verifications
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
Type
API Key (header: X-CSRF-Token)
Parameters
Path Parameters
userId
*
Type
string
Required
Pattern
"[1-9][0-9]*"
Request Body
application/json
Schema
JSON
JSON
{
"message"
:
"string"
}
Responses
200
401
403
404
422
Success.
POST
/api/users/{userId}/verifications
Playground
Authorization
api_key
Variables
Key
Value
userId
*
Body
Try it out
Samples
cURL
JavaScript
PHP
Python
cURL
JavaScript
PHP
Python