Gets an organization using an organization id
On setup, we can call getRequiredVersion and ping() to confirm that the service exists and that it is of a matching version semantically E.g. if required version is ~2.5 and the api returns 2.6.3, then no issue If returns 3.0.1, should log a warning If returns 1.0.2, should throw error saying it isn't new enough
Lists organizations using query parameters
List organizations for a specified user using userId and query parameters
Lists users for an organization using the organization id and query parameters
Ping the backend service to check that it is alive and well
Updates an organization using the organization id and update payload
Generated using TypeDoc
Creates an organization in the organization service