true when the org has at least one organizationSubscription row —
the org has previously been associated with a paid tier (active,
past_due, trialing, lapsed, or canceled). Combined with
orgType === Lapsed it distinguishes "subscription expired" from
"free org that never subscribed".
Whether the caller is an Admin of this organization.
Stable organization id (e.g. org-…).
Display name of the organization.
Tier of the organization — see OrganizationType.
Caller's role inside this organization.
A single organization the authenticated user is an active member of. Returned by
OrganizationsAPI.getMyMemberships()and used by clients to power workspace pickers and "where will this publish?" UX.Shape mirrors
MyMembershipDtoin the Nevermined backend (apps/api/src/organizations/dto/my-membership.dto.ts).