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

Inheritance: extends Pantheon\Terminus\Commands\TerminusCommand
Show file Open project: pantheon-systems/terminus

Public Methods

Method Description
role ( string $organization, string $member, string $role ) Change an organizational team member's role

Method Details

role() public method

Change an organizational team member's role
public role ( string $organization, string $member, string $role )
$organization string The name or UUID of the organization to of which the user is a member
$member string The UUID, email address, or full name of the user to change the role of
$role string [unprivileged|admin|team_member|developer] The role to assign to this member