OrgMemberWithUser
user_idstringrequired
Example:
user-456emailstringrequired
Example:
user@example.comnamestring | nullnullable
Example:
John Doeavatar_urlstring | nullnullable
Example:
https://avatars.githubusercontent.com/u/123456rolestringrequired
Example:
adminjoined_atinteger<int64>required
Example:
1609459200OrgMemberWithUser
{
"user_id": "user-456",
"email": "user@example.com",
"name": "John Doe",
"avatar_url": "https://avatars.githubusercontent.com/u/123456",
"role": "admin",
"joined_at": 1609459200
}