Organizations
An Organization is defined by a user to hold Memberships, Accounts, Payments, and much more.
{
"_id": "ivoXbPgsXYjYod6M4",
"name": "Member Managers",
"slug": "member-managers",
"profile_url": "https://app.joinit.com/o/member-managers"
}
Field | Type | Description |
---|---|---|
_id | string | Internal ID of the Organization |
name | string | Name of the Organization |
slug | string | Slug of the Organization that influences the Profile URL / Members Portal |
profile_url | string | Constructed URL for the Profile / Members Portal |
Updated almost 2 years ago