Users

Here you can send a new confirmation email to a user if you have this need

post
Authorizations
Body
emailstringRequired
companyIdstringRequired
verificationTypestring · enumOptionalDefault: invisiblePossible values:
Responses
204Success
post
POST /users/account-complete/retry HTTP/1.1
Host: 
x-w3block-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 66

{
  "email": "text",
  "companyId": "text",
  "verificationType": "invisible"
}

No content

Last updated