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

Inheritance: extends Pantheon\Terminus\Commands\TerminusCommand
Exibir arquivo Open project: pantheon-systems/terminus

Public Methods

Method Description
add ( string $organization, string $email, string $role ) Add a team member to an organization

Method Details

add() public method

Add a team member to an organization
public add ( string $organization, string $email, string $role )
$organization string The name or UUID of the organization to add a team to
$email string The email address of the new team member to be added to this organization
$role string [admin|unprivileged|team_member|developer] The role to assign to this member