v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141810567.1 KB

Updates a user's profile in AWS CodeStar. The user profile is not project-specific. Information in the user profile is displayed wherever the user's information appears to other users in AWS CodeStar.

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

Headers

X-Amz-Target'CodeStar_20170419.UpdateUserProfile' required

Request body

userArnstring required

The name that will be displayed as the friendly name for the user in AWS CodeStar.

displayNamestring password

The name that is displayed as the friendly name for the user in AWS CodeStar.

emailAddressstring password

The email address that is displayed as part of the user's profile in AWS CodeStar.

sshPublicKeystring

The SSH public key associated with the user in AWS CodeStar. If a project owner allows the user remote access to project resources, this public key will be used along with the user's private key for SSH access.

Response

Success

userArnstring required

The Amazon Resource Name (ARN) of the user in IAM.

displayNamestring password

The name that is displayed as the friendly name for the user in AWS CodeStar.

emailAddressstring password

The email address that is displayed as part of the user's profile in AWS CodeStar.

sshPublicKeystring

The SSH public key associated with the user in AWS CodeStar. This is the public portion of the public/private keypair the user can use to access project resources if a project owner allows the user remote access to those resources.

createdTimestampstring date-time

The date the user profile was created, in timestamp format.

lastModifiedTimestampstring date-time

The date the user profile was last modified, in timestamp format.