injected api use to handle the user related operations
the ownerId target field
injected logger used to handle the logging
request context [headers, body, params, query].
200 Status OK
This validator will check if the ownerId used is an existing user by applying the following steps in sequence:
Get user by ownerId in body context
If ownerId was not passed, return OK
Check user API if user exists
400 NBError Bad Request
Generated using TypeDoc
Check if ownerId to create Organization exists as a user