Skip to content

/AWS1/CL_STR=>CREATEUSERPROFILE()

About CreateUserProfile

Creates a profile for a user that includes user preferences, such as the display name and email address assocciated with the user, 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.

Method Signature

IMPORTING

Required arguments:

IV_USERARN TYPE /AWS1/STRUSERARN /AWS1/STRUSERARN

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

IV_DISPLAYNAME TYPE /AWS1/STRUSERPFLDISPLAYNAME /AWS1/STRUSERPFLDISPLAYNAME

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

IV_EMAILADDRESS TYPE /AWS1/STREMAIL /AWS1/STREMAIL

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

Optional arguments:

IV_SSHPUBLICKEY TYPE /AWS1/STRSSHPUBLICKEY /AWS1/STRSSHPUBLICKEY

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.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_STRCREATEUSERPFLRSLT /AWS1/CL_STRCREATEUSERPFLRSLT