Skip to content

Send Password Email.

Deprecated
POST
/api/web/custom/namespaces/{namespace}/send_password_email
curl --request POST \
--url https://example-corp.console.ves.volterra.io/api/v1/api/production/us-east-1/namespaces/default/api/web/custom/namespaces/example/send_password_email \
--header 'Authorization: <Authorization>' \
--header 'Content-Type: application/json' \
--data '{ "email": "hello@example.com", "namespace": "example" }'

SendPasswordEmail allows admin user to trigger send password email for a user to update user’s password. Deprecated: use ResetPasswordByAdmin RPC instead.

Examples of this operation.

namespace
required
string

Namespace Value of namespace is always “system”

Media typeapplication/json
Send password email request

SendPasswordEmailRequest is the request parameters for sending the password update. Note that only admin is allowed to resend the password for users.

object
email
email of the user

Email of the user requesting for Required: YES.

string format: email
<= 1024 characters /^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/
namespace
Namespace

Value of namespace is always “system”

string
>= 6 characters <= 1024 characters
Examplegenerated
{
"email": "hello@example.com",
"namespace": "example"
}

A successful response.

Media typeapplication/json
Send password email response

SendPasswordEmailResponse is an empty response after an email had been sent.

object
Examplegenerated
{}

Returned when operation is not authorized.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when there is no permission to access resource.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when resource is not found.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when operation on resource is conflicting with current value.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when operation has been rejected as it is happening too frequently.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when server encountered an error in processing API.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when service is unavailable temporarily.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when server timed out processing request.

Media typeapplication/json
string format: string
Examplegenerated
example