Skip to main content

Email Verification for Public User

POST /api/v1/users/{email}/tenant/{tenantId}/email-verification/public

Description

Verify the email of a public user associated with a tenant.

Path Parameters

NameTypeDescription
emailstringThe email address of the user (path)
tenantIdstringThe tenant ID (path)

Request Headers

NameTypeDescription
NoneNo headers required

Request Body

  • Content Type: application/json
{}

Response Code: 201 - Created

Description

Email verification initiated successfully.

Response Fields

The response does not contain any specific fields.

Method: POST

>http://your-api-url/api/v1/users/{email}/tenant/{tenantId}/email-verification/public

Headers

Content-TypeValue
apiKey{{apiKey}}

🔑 Authentication bearer

ParamValueType
token{{accessCode}}string

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request POST \ 
--url /api/v1/users/{email}/tenant/{tenantId}/email-verification/public \
--header 'accept: application/json' \
--header 'content-type: application/json'

RESPONSE


Click Try It! to start a request and see the response here!