Data IntegrationETLELTOpen-SourceData PipelineConnectorsData
GroupMemberResponse is a JSON Structure definition published by Airbyte, describing 5 properties, of which 5 are required. 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/airbyte/refs/heads/main/json-structure/airbyte-group-member-response-structure.json",
"name": "GroupMemberResponse",
"description": "Provides details of a single group member",
"type": "object",
"properties": {
"memberId": {
"type": "uuid",
"description": "The ID of the group membership"
},
"groupId": {
"type": "uuid",
"description": "The ID of the group"
},
"userId": {
"type": "uuid",
"description": "The ID of the user"
},
"userEmail": {
"type": "string",
"format": "email",
"description": "The email of the user"
},
"userName": {
"type": "string",
"description": "The name of the user"
}
},
"required": [
"memberId",
"groupId",
"userId",
"userEmail",
"userName"
]
}
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.