# Sandbox.Services.Organization

An organization on Asset Party. Organizations own packages and have members.

- Kind: class
- Namespace: `Sandbox.Services`
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Constructors

- [`Organization`](/api/Sandbox.Services.Organization/.ctor)

## Properties

- [`Created`](/api/Sandbox.Services.Organization/Created): When the organization was created.
- [`Description`](/api/Sandbox.Services.Organization/Description): Full description of this organization.
- [`Discord`](/api/Sandbox.Services.Organization/Discord): Link to the Discord of this organization, if set.
- [`Ident`](/api/Sandbox.Services.Organization/Ident): Unique string that identifies this organization.
- [`MemberCount`](/api/Sandbox.Services.Organization/MemberCount): Number of members of this organization.
- [`Members`](/api/Sandbox.Services.Organization/Members): Members of this organization.
- [`PackageCount`](/api/Sandbox.Services.Organization/PackageCount): Number of packages owned by this organization.
- [`Summary`](/api/Sandbox.Services.Organization/Summary): Short summary of this organization.
- [`Thumb`](/api/Sandbox.Services.Organization/Thumb): Link to the thumbnail image of this organization.
- [`Title`](/api/Sandbox.Services.Organization/Title): Full or "nice" name of this organization.
- [`Twitter`](/api/Sandbox.Services.Organization/Twitter): Link to Twitter of this organization, if set.
- [`WebUrl`](/api/Sandbox.Services.Organization/WebUrl): Link to the website of this organization, if set.

## Methods

- [`Get`](/api/Sandbox.Services.Organization/Get): Fetch an organization by its ident. Cached in-memory for the session and on disk across launches — if the backend is unreachable we'll fall back to the disk copy.
