resend

post

/ccadmin/v1/adminRegister/resend

Resend. End point to re send password reset mail to admin

Request

Supported Media Types
Body ()
Root Schema : resend_request
Show Source
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : resend_response
Type: object
Show Source
  • true/false [true - new token generated and mail sent successfully, false - unable to generate token or unable to send mail]
Example Response (application/json)
{
    "success":"true"
}

Default Response

The error response. The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud: |Error Code|Description| |------------------|------------------| |83003|Internal error| |83006|More than one admin profile found| |83010|User already registered| |83002|Error occurred while generating link|
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top