Skip to content
Unverified Commit 50f3efad authored by Morris Jobke's avatar Morris Jobke
Browse files

OCS API endpoint to resend welcome message

* send a POST request to ocs/v1.php/cloud/users/USERNAME/resendWelcomeMessage to trigger
  the welcome message to be send
* fixes #3367

example curl statement:

  curl -i https://example.org/ocs/v1.php/cloud/users/USERNAME/welcome

 -H  "OCS-APIRequest: true" -u admin:password -X POST

Signed-off-by: default avatarMorris Jobke <hey@morrisjobke.de>
parent 5fc924f6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment