target field to get the org id
injected api use to handle the organization related operations
injected logger used to handle the logging
request context [headers, body, params, query].
200 Status OK
This validator is used to check if the organization is exists by applying the following steps in sequence:
Get the orgId from context
Get the organization by orgId (organizationAPI.getOrganizationById)
Return the status code
400 NBError Bad Request
404 NBError Not Found
Generated using TypeDoc
Is organization exists validator