Skip to main content
Version: 0.7.1

OrgWithRole

An organization with the current user's membership role attached

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