OrgWithRole
An organization with the current user's membership role attached
idstringrequired
Example:
org-123joined_atinteger<int64>required
Example:
1609459200namestringrequired
Example:
My Organizationrolestringrequired
Example:
ownerOrgWithRole
{
"id": "org-123",
"joined_at": 1609459200,
"name": "My Organization",
"role": "owner"
}