For the complete documentation index, see llms.txt. This page is also available as Markdown.

Check if verification is required

Check if verification is required

With this request, you can check if this user needs to be verified.

GET https://professional.signius.eu:8300/api/ra/users/{{user_email}}/identity-verification

Headers

Name
Value

Content-Type

application/json

Response

{
    "isVerificationRequired": true
}

Last updated