Skip to content

Get users by email #27

@rhurtik

Description

@rhurtik

Can be done by adding the bellow method to Persons.php

    public function getByEmail($email)
    {
         return $this->curl->get('persons/find',array('term'=>$email, 'search_by_email'=>true));
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions