Preview portal user email
GET/v1/customers/:id/users/:user_id/email-preview
Returns the subject and body of the invitation or verification email that would be sent to the user, without actually sending it. Available only for pending_invitation or pending_verification users.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
- 500
Email preview.
Request body failed validation.
Missing or invalid bearer token.
Token is valid but lacks permission for this operation.
Resource not found in the current organization.
Rate limit exceeded.
Unexpected server error.