PHP 클래스 Cloudflare\User\Invites

Invites
저자: James Bell ([email protected])
상속: extends CloudFlare\Api
파일 보기 프로젝트 열기: jamesryanbell/cloudflare

공개 메소드들

메소드 설명
details ( string $identifier ) Invitation details (permission needed: #invites:read) Get the details of an invitation
invites ( ) List invitations (permission needed: #invites:read) List all invitations associated with my user
respond ( string $identifier, string $status ) Respond to Invitation (permission needed: #invites:edit) Respond to an invitation

메소드 상세

details() 공개 메소드

Invitation details (permission needed: #invites:read) Get the details of an invitation
public details ( string $identifier )
$identifier string

invites() 공개 메소드

List invitations (permission needed: #invites:read) List all invitations associated with my user
public invites ( )

respond() 공개 메소드

Respond to Invitation (permission needed: #invites:edit) Respond to an invitation
public respond ( string $identifier, string $status )
$identifier string
$status string Status of your response to the invitation (rejected or accepted)