MCPcopy
hub / github.com/1Panel-dev/MaxKB / get

Method get

apps/users/views/user.py:152–154  ·  view source on GitHub ↗
(self, request: Request, workspace_id)

Source from the content-addressed store, hash-verified

150 parameters=WorkspaceUserAPI.get_parameters(),
151 responses=WorkspaceUserAPI.get_response())
152 def get(self, request: Request, workspace_id):
153 nick_name = request.query_params.get('nick_name', None)
154 return result.success(UserManageSerializer().get_user_list(workspace_id, nick_name))
155
156
157class WorkspaceUserMemberView(APIView):

Callers

nothing calls this directly

Calls 4

get_user_listMethod · 0.80
getMethod · 0.45
successMethod · 0.45

Tested by

no test coverage detected