PHP 클래스 Intercom\IntercomUsers

파일 보기 프로젝트 열기: intercom/intercom-php 1 사용 예제들

공개 메소드들

메소드 설명
__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 )