Organizations The Organizations
page is used to manage companies' affiliated unit/organizational structures.
Access Path
- Web:
/organizations
Major Transactions
- Organization list
- Organization detail
- Creating a new organization
- Organization update
- Deleting an organization
API Terminals
GET /api/organizationsGET /api/organizations/:idPOST /api/organizationsPATCH /api/organizations/:idDELETE /api/organizations/:id
Authorization Note
- There is admin protection in the route layer.
- Transaction based permissions:
organization:readorganization:createorganization:updateorganization:delete- List and detail endpoints support translation with
Accept-Languageand?translations=parameters.
:::info Manifest Code
core:organization:view
:::