v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141810567.1 KB

Updates a team member's attributes in an AWS CodeStar project. For example, you can change a team member's role in the project, or change whether they have remote access to project resources.

post/#X-Amz-Target=CodeStar_20170419.UpdateTeamMember

Headers

X-Amz-Target'CodeStar_20170419.UpdateTeamMember' required

Request body

projectIdstring required

The ID of the project.

userArnstring required

The Amazon Resource Name (ARN) of the user for whom you want to change team membership attributes.

projectRolestring

The role assigned to the user in the project. Project roles have different levels of access. For more information, see <a href="http://docs.aws.amazon.com/codestar/latest/userguide/working-with-teams.html">Working with Teams</a> in the <i>AWS CodeStar User Guide</i>.

remoteAccessAllowedboolean

Whether a team member is allowed to remotely access project resources using the SSH public key associated with the user's profile. Even if this is set to True, the user must associate a public key with their profile before the user can access resources.

Response

Success

userArnstring

The Amazon Resource Name (ARN) of the user whose team membership attributes were updated.

projectRolestring

The project role granted to the user.

remoteAccessAllowedboolean

Whether a team member is allowed to remotely access project resources using the SSH public key associated with the user's profile.