Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The POST /users/{userId}/sendWelcomeEmail endpoint sends a Welcome email to the user matching the provided user ID.

...

Authorization scopes supported:

ScopeAccess granted
users:writeEntire endpoint

Parameters

The endpoint accepts the following path parameter:

...

Type

Required

Example

StringTrue8e22b1fe-d2ea-403d-8c03-50eb21188e79

The user ID of the user to send the email to.

Requests

Send welcome email for a user

Code Block
languagepowershell
themeMidnight
curl -L -X POST "https://***.api.newvoicemedia.com/useradmin/users/8e22b1fe-d2ea-403d-8c03-50eb21188e79/sendWelcomeEmail" \
-H "Accept: application/vnd.newvoicemedia.v4+json" \
-H "Authorization: Bearer <ACCESS_TOKEN>"

Responses

Successful response

Successful requests return a 200 Success code.

Insert excerpt
_ExcerptRunInPostman
_ExcerptRunInPostman
nopaneltrue