Skip to main content

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/organizations
  • GET /api/organizations/:id
  • POST /api/organizations
  • PATCH /api/organizations/:id
  • DELETE /api/organizations/:id

Authorization Note

  • There is admin protection in the route layer.
  • Transaction based permissions:
  • organization:read
  • organization:create
  • organization:update
  • organization:delete
  • List and detail endpoints support translation with Accept-Language and ?translations= parameters.

:::info Manifest Code core:organization:view

:::