authentication secrets
injected function use to check if the user is the organization owner
injected logger used to handle the logging
request context [headers, body, params, query]. Note:
params
is required200 Status OK
This validator will check if the user is the organization owner by applying the following steps in sequence:
Get orgId from context
Check if orgId exists
Check if the user is the organization owner
Error
403 NBError Forbidden
Generated using TypeDoc
Is organization owner validator