Skip to main content
Version: main (unreleased)

OrgWithRole

An organization with the current user's membership role attached

idstringrequired
Example: org-123
namestringrequired
Example: My Organization
rolestringrequired
Example: owner
joined_atinteger<int64>required
Example: 1609459200
OrgWithRole
{
"id": "org-123",
"name": "My Organization",
"role": "owner",
"joined_at": 1609459200
}