Quatrix JavaSctipt APIs
Space shortcuts
Quatrix JavaSctipt APIs QJA

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Resource URL

Resource Information

 

Response formats 
Response code 
Requires authentication? 
HTTP Method 

Parameters 

Initiates password reset process, if email is correct


Parameters 

 

Example Result
Name TypeDefault ValueValidationDescription

nameemail

required 

string-string

PGP key name.

user

required

uuid-uuid4

key owner user ID.

public

required

string-PGP public key datapublic part of PGP key

private

optional

string-PGP private key dataprivate part of PGP key
Example Request URL

email for reset process action

cb

optional

function

callback function


Example

Code Block
languagejs
{
this.requestPasswordReset = function(email,  "id": <uuid>,cb) {
  return  "name": <string>,_request( {
    "created"method: <uuid>'POST',
    "modified"url: <uuid>'/user/request_password_reset',
     "private"data: {email: <string>email},
    "public"callback: <string>,cb
    "email": <string>});
};

 

 

Quatrix JavaSctipt APIs QJA