SelfServiceCenterTokenResource
You can use selfServiceCenterToken to create a token for accessing the self service center and sending it to the customer
Methods
create()
Create self service center token, and send it to the customer in an email.
Parameters
• email: string
Customer's email address
• returnUrl?: string
Self service center url to use in the email
Returns
Promise
<{ status
: string
; }>
The status of the request
Member | Type | Value |
---|---|---|
|
| - |
Throws
ServerError - Thrown if the request fails
Last updated