organization roles
authenticate config
which field to get the orgId from context
organization api
injected logger used to handle the logging
request context [headers, body, params, query].
200 Status Ok
This validator is used to check if the user is in organization roles by applying the following steps in sequence:
Get the orgId from the context
Authenticate the user token (authenticate)
Get user organization list (organizationAPI.getUserOrganizations)
Check if the user is in the organization roles
401 NBError Unauthorized
403 NBError Forbidden
Generated using TypeDoc
Is user in organization roles validator