Users

Send welcome email to user

Send an email detailing login instructions to the specified user. Note: the provided password is temporary and can only be used once. Upon logging in, the user will be required to set a new password.

post/api/v1/users/{id}/send_welcome_email

Path parameters

idstring required

Headers

Content-Typestring required

Request body

typestring
idstring

Example request

{
  "type": "users",
  "id": "46"
}

Response

welcome email sent

Changes