Amazon CodeStar · Schema
DescribeUserProfileResult
DescribeUserProfileResult schema from AWS CodeStar API
Developer ToolsDevOpsProject ManagementTeam Collaboration
Properties
| Name | Type | Description |
|---|---|---|
| userArn | object | |
| displayName | object | |
| emailAddress | object | |
| sshPublicKey | object | |
| createdTimestamp | object | |
| lastModifiedTimestamp | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codestar/refs/heads/main/json-schema/codestar-describe-user-profile-result-schema.json",
"title": "DescribeUserProfileResult",
"description": "DescribeUserProfileResult schema from AWS CodeStar API",
"type": "object",
"properties": {
"userArn": {
"allOf": [
{
"$ref": "#/components/schemas/UserArn"
},
{
"description": "The Amazon Resource Name (ARN) of the user."
}
]
},
"displayName": {
"allOf": [
{
"$ref": "#/components/schemas/UserProfileDisplayName"
},
{
"description": "The display name shown for the user in AWS CodeStar projects. 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 for the user. Optional."
}
]
},
"sshPublicKey": {
"allOf": [
{
"$ref": "#/components/schemas/SshPublicKey"
},
{
"description": "The SSH public key associated with the user. This SSH public key is associated with the user profile, and can be used in conjunction with the associated private key for access to project resources, such as Amazon EC2 instances, if a project owner grants remote access to those resources."
}
]
},
"createdTimestamp": {
"allOf": [
{
"$ref": "#/components/schemas/CreatedTimestamp"
},
{
"description": "The date and time when the user profile was created in AWS CodeStar, in timestamp format."
}
]
},
"lastModifiedTimestamp": {
"allOf": [
{
"$ref": "#/components/schemas/LastModifiedTimestamp"
},
{
"description": "The date and time when the user profile was last modified, in timestamp format."
}
]
}
},
"required": [
"userArn",
"createdTimestamp",
"lastModifiedTimestamp"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/codestar-describe-user-profile-result"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
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.
A second provider on the same verified email joins the account you already have.