Skip to content

Organisation Management

Support for online organisation deletion

Child organisation deletion can now be done while the system is up and running rather than requiring the installer to delete organisations when the system is offline. Deletion can be done in the following ways:

  • Using the delete organisation RESTful Gateway API
  • Through the Managed Organisations screen in the Workbench.
  • After a period of time from when the organisation became inactive. Configured by setting the DeleteInactiveOrganisationsPeriod parameter.

Organisation API enhancements

A PATCH organisation API has been added to allow changing the status of an organisation between Active and Inactive.

A GET organisation API has been added to allow getting organisation details including the current status.

The DELETE organisation API will now mark the organisation for deletion where previously it was just being changed to inactive.

See the Interface Guide for more details on the RESTful Gateway API changes.