nextcloud/apps/provisioning_api/tests/Controller
Morris Jobke 50f3efad6f
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: Morris Jobke <hey@morrisjobke.de>
2017-02-28 16:30:33 -06:00
..
AppConfigControllerTest.php Add unit tests 2016-10-21 09:59:34 +02:00
AppsControllerTest.php Use new appstore API 2016-10-31 17:17:44 +01:00
GroupsControllerTest.php Move Groups over to OCSController 2016-08-14 18:34:01 +02:00
UsersControllerTest.php OCS API endpoint to resend welcome message 2017-02-28 16:30:33 -06:00