createSelfServiceCenterLoginTokenV2
Creates and returns SelfServiceCenterLoginToken if selected will also. send an email to the customer's email address on file so they can log into their self service center.
Arguments
Argument | Description |
---|---|
Parameters for CreateSelfServiceCenterLoginTokenV2 |
CreateSelfServiceCenterLoginTokenV2Input Arguments
Argument | Description |
---|---|
email (String!) | The email address of the user to generate a login token for |
Return fields
errors ([ModelValidationError!]!)
selfServiceCenterLoginToken (SelfServiceCenterLoginToken)
Last updated