You are here

function Mandrill::users_ping in Mandrill 6

@link https://mandrillapp.com/api/docs/users.html#method=ping

Return value

array|Mandrill_Exception

File

./mandrill.class.php, line 99

Class

Mandrill

Code

function users_ping() {
  return $this
    ->request('users/ping');
}