PHP Класс Intercom\IntercomUsers

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( IntercomClient $client ) IntercomUsers constructor.
create ( array $options ) : mixed Creates a User.
deleteUser ( $id, $options = [] )
getUser ( $id, $options = [] )
getUsers ( array $options ) : mixed Lists Users.
userPath ( $id )

Описание методов

__construct() публичный метод

IntercomUsers constructor.
public __construct ( IntercomClient $client )
$client IntercomClient

create() публичный метод

Creates a User.
См. также: https://developers.intercom.io/reference#create-or-update-user
public create ( array $options ) : mixed
$options array
Результат mixed

deleteUser() публичный метод

public deleteUser ( $id, $options = [] )

getUser() публичный метод

public getUser ( $id, $options = [] )

getUsers() публичный метод

Lists Users.
См. также: https://developers.intercom.io/reference#list-users
public getUsers ( array $options ) : mixed
$options array
Результат mixed

userPath() публичный метод

public userPath ( $id )