Amazon Codecatalyst Get User Details Response Structure
GetUserDetailsResponse schema from Amazon CodeCatalyst
Type: objectProperties: 5
AmazonDeveloper ToolsCI/CDCollaborationDevOpsSource Control
GetUserDetailsResponse is a JSON Structure definition published by Amazon CodeCatalyst, describing 5 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-codecatalyst/refs/heads/main/json-structure/amazon-codecatalyst-get-user-details-response-structure.json",
"name": "GetUserDetailsResponse",
"description": "GetUserDetailsResponse schema from Amazon CodeCatalyst",
"type": "object",
"properties": {
"userId": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The system-generated unique ID of the user."
}
]
},
"userName": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The name of the user as displayed in Amazon CodeCatalyst."
}
]
},
"displayName": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "The friendly name displayed for the user in Amazon CodeCatalyst."
}
]
},
"primaryEmail": {
"allOf": [
{
"$ref": "#/components/schemas/EmailAddress"
},
{
"description": "The email address provided by the user when they signed up."
}
]
},
"version": {
"allOf": [
{
"$ref": "#/components/schemas/String"
},
{
"description": "<p/>"
}
]
}
}
}
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.