public function DrupalMandrill::users_info in Mandrill 7
@link https://mandrillapp.com/api/docs/users.html#method=info
Return value
array|MandrillException
File
- lib/mandrill.inc, line 154 
- Wrapper class around the Mandrill API.
Class
- DrupalMandrill
- Class DrupalMandrill.
Code
public function users_info() {
  return $this
    ->request('users/info');
}