RocketCOMS

Send Email Reset Link

Send an email with a reset password link to a RocketCOMS Portal user.

Endpoint

POST /v1/auth/reset/{email}

Authorization Header

Authorization: Bearer <access_token>
or
Authorization: Basic <encodedString>
where <encodedString> is your <api-key>:<api-secret> string encoded using Base64 encoding

Path Parameters

email  REQUIRED

string, max length: 255, min length: 0

User’s email address.

Request Body

None

Returns

If successful, returns 200 Email sent.

SAMPLE RESPONSE

				
					{
  200 Email sent
}