PHP Class Pantheon\Terminus\Commands\Site\Team\AddCommand

Inheritance: extends Pantheon\Terminus\Commands\TerminusCommand, implements Pantheon\Terminus\Site\SiteAwareInterface, use trait Pantheon\Terminus\Site\SiteAwareTrait
Datei anzeigen Open project: pantheon-systems/terminus

Public Methods

Method Description
add ( string $site_id, string $member, string $role ) Add a team member to a site

Method Details

add() public method

Add a team member to a site
public add ( string $site_id, string $member, string $role )
$site_id string Site name or UUID to add a team member to
$member string Email of the user to add; they will receive an invitation
$role string [unprivileged|admin|team_member|developer] Role to designate the new member as