pagination configurations
injected service use to handle the organization related operations
injected logger used to handle the logging
request context [headers, body, params, query]. Note:
params
is required200 OK
This handler will get user organizations by applying the following steps in sequence:
Get user id from params
Get roles from query
Parse paginated list query (util.parsePaginatedListQuery)
Get user organizations (service.getPagedUserOrganizations)
Normalize organization responses (normalizeOrganizationResponses)
Return normalized organization responses
Error
400 NBError Bad Request
500 NBError Internal Server Error
Generated using TypeDoc
Get user organizations handler