PHP 클래스 Cloudflare\Organizations\Invites

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

공개 메소드들

메소드 설명
create ( string $organization_identifier, string $invited_member_email, array $roles ) Create invitation (permission needed: #organization:read) Invite a User to become a Member of an Organization
delete_invitation ( string $organization_identifier, string $identifier ) Cancel Invitation (permission needed: #organization:edit) Cancel an existing invitation
details ( string $organization_identifier, string $identifier ) Invitation details (permission needed: #organization:read) Get the details of an invitation
invitations ( string $organization_identifier ) List invitations (permission needed: #organization:read) List all invitations associated with an organization
update ( string $organization_identifier, string $identifier, array $roles = null ) Update invitation roles (permission needed: #organization:edit) Change the Roles of a Pending Invite

메소드 상세

create() 공개 메소드

Create invitation (permission needed: #organization:read) Invite a User to become a Member of an Organization
public create ( string $organization_identifier, string $invited_member_email, array $roles )
$organization_identifier string
$invited_member_email string Email address of the user to be added to the Organization
$roles array Array of Roles associated with the invited user

delete_invitation() 공개 메소드

Cancel Invitation (permission needed: #organization:edit) Cancel an existing invitation
public delete_invitation ( string $organization_identifier, string $identifier )
$organization_identifier string
$identifier string

details() 공개 메소드

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

invitations() 공개 메소드

List invitations (permission needed: #organization:read) List all invitations associated with an organization
public invitations ( string $organization_identifier )
$organization_identifier string

update() 공개 메소드

Update invitation roles (permission needed: #organization:edit) Change the Roles of a Pending Invite
public update ( string $organization_identifier, string $identifier, array $roles = null )
$organization_identifier string
$identifier string
$roles array Array of Roles associated with the invited user