Company

Send/Resend Welcome Email

Sends/resends welcome email to the system user of confirmed account

post/restapi/v2/accounts/{accountId}/send-welcome-email

Path parameters

accountIdstring required

Internal identifier of the RingCentral account (can be set to "~" to indicate that the account associated with current authorization session should be used)

Request body

emailstring email

Example request

{
  "email": "user@email.com"
}

Response

Successful response

Changes

No recorded changes to this endpoint across all 1 revision of this API.