injected pagination configuration
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 requiredparams.orgId
is required200 OK
This handler will get organization users by applying the following steps in sequence:
Parse paginated list query (util.parsePaginatedListQuery)
Get organization user list (service.readPagedOrganizationUsers)
Return organization user list
This endpoint only support paginate by offset and limit.
Expand user information by adding $expand=user
to query. Will trigger logger warn if user not found
.
400 NBError Bad Request
500 NBError Internal Server Error
Generated using TypeDoc
Get organization users handler