Skip to content

Instantly share code, notes, and snippets.

View sanket2385's full-sized avatar

Sanket Patel sanket2385

View GitHub Profile
<?php
//requires guzzle
require_once '../vendor/autoload.php';
$token='xoxp-3180528888-111111-98229-b4e1b7';
$email='darkflib@example.com';
$teamname='example';
$url="https://${teamname}.slack.com/api/users.admin.invite";