# Organizations

Data on Organizations (includes both staff and contacts, so these do not need to be looked up separately and combined).

 - [POST /core/organizations/select](https://developers-internal.tonicdm.com/tonicdm-product/organizations/organizations-select.md): **Organizations** is a feature of the AdvancedContacts TonicDM license. Without that licence, the API user should work one level down with **Brands**. If called with no parameters (ie. `/organizations
 - [POST /core/organizations/merge](https://developers-internal.tonicdm.com/tonicdm-product/organizations/organizations-merge.md): Combines the Brands and Locations of Source and Target Organizations. Since Persons and Projects belong to Brands (defined by domain), there are no duplicate EmailAddresses to resolve. The operation c
 - [POST /core/brands/select](https://developers-internal.tonicdm.com/tonicdm-product/organizations/brands-select.md): Gets data on the User's Organization's own Brands and their Contact Organization's Brands. Every **Email Address** in TonicDM belongs to a Brand, defined by the domain of the email address matching a
 - [POST /core/brands/insert](https://developers-internal.tonicdm.com/tonicdm-product/organizations/brands-insert.md): Create one or more new Brand records in the User's own Organization. Only Brands without domains can be manually created, and only in the User's own Organization (not Contact Organizations), and these
 - [POST /core/brands/update](https://developers-internal.tonicdm.com/tonicdm-product/organizations/brands-update.md): Make changes to one or more existing Brand records. If the Brand is at the User's own Organization, the User must be a Tenant Administrator in order to make changes to it. NOT YET IMPLEMENTED
 - [POST /core/brands/merge](https://developers-internal.tonicdm.com/tonicdm-product/organizations/brands-merge.md): Combines the Projects and Persons of Source and Target Brands. Since Persons and Projects belong to a single Brand (defined by domain), there are no duplicate EmailAddresses to resolve. The operation
 - [POST /core/brands/delete](https://developers-internal.tonicdm.com/tonicdm-product/organizations/brands-delete.md): Delete one or more Brands from an Organization. Only Brands that do not have a domain and that are not associated with any Projects can be deleted. The operation can only be performed by one of your o
 - [POST /core/locations/insert](https://developers-internal.tonicdm.com/tonicdm-product/organizations/locations-insert.md): Create one or more new Location records in an Organization/Brand. Organizations/Brands can have Locations (offices), and Persons and Projects in that Organization/Brand can be assigned to one of that
 - [POST /core/locations/select](https://developers-internal.tonicdm.com/tonicdm-product/organizations/locations-select.md): Every Person belongs to an Organization. Organizations can have Locations (offices), and a Person in that Organization can be assigned to one of that Organization's Locations. Note that submitting a B
 - [POST /core/locations/update](https://developers-internal.tonicdm.com/tonicdm-product/organizations/locations-update.md): Make changes to one or more existing Location records.
 - [POST /core/locations/delete](https://developers-internal.tonicdm.com/tonicdm-product/organizations/brands-delete.md): Delete one or more Brands from an Organization. Only Brands that do not have a domain and that are not associated with any Projects can be deleted. In other cases, use Merge Brands instead. The operat
