UserProfileSummary is a JSON Structure definition published by Amazon CodeStar, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codestar/refs/heads/main/json-structure/codestar-user-profile-summary-structure.json",
"name": "UserProfileSummary",
"description": "Information about a user's profile in AWS CodeStar.",
"type": "object",
"properties": {
"userArn": {
"allOf": [
{
"$ref": "#/components/schemas/UserArn"
},
{
"description": "The Amazon Resource Name (ARN) of the user in IAM."
}
]
},
"displayName": {
"allOf": [
{
"$ref": "#/components/schemas/UserProfileDisplayName"
},
{
"description": "The display name of a user in AWS CodeStar. For example, this could be set to both first and last name (\"Mary Major\") or a single name (\"Mary\"). The display name is also used to generate the initial icon associated with the user in AWS CodeStar projects. If spaces are included in the display name, the first character that appears after the space will be used as the second character in the user initial icon. The initial icon displays a maximum of two characters, so a display name with more than one space (for example \"Mary Jane Major\") would generate an initial icon using the first character and the first character after the space (\"MJ\", not \"MM\")."
}
]
},
"emailAddress": {
"allOf": [
{
"$ref": "#/components/schemas/Email"
},
{
"description": "The email address associated with the user."
}
]
},
"sshPublicKey": {
"allOf": [
{
"$ref": "#/components/schemas/SshPublicKey"
},
{
"description": "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."
}
]
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.