{
"object": "list",
"data": [
{
"object": "organization.invite",
"id": "string",
"email": "string",
"role": "owner",
"status": "accepted",
"invited_at": 0,
"expires_at": 0,
"accepted_at": 0,
"projects": [
{
"id": "string",
"role": "member"
}
]
}
],
"first_id": "string",
"last_id": "string",
"has_more": true
}