Bitrix24\CRM\Contact::get PHP Method

get() public method

Get contact by identifier
public get ( integer $bitrix24UserId ) : array
$bitrix24UserId integer contact identifier
return array
    public function get($bitrix24UserId)
    {
        $fullResult = $this->client->call('crm.contact.get', array('id' => $bitrix24UserId));
        return $fullResult;
    }