Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/1Panel-dev/MaxKB
/ postAddMember
Function
postAddMember
ui/src/api/workspace/user-group.ts:49–51 ·
view source on GitHub ↗
(user_group_id, body, loading)
Source
from the content-addressed store, hash-verified
47
body: any,
48
loading?: Ref<boolean>,
49
) => Promise<Result<any>> = (user_group_id, body, loading) => {
50
return
post(`${prefix}/${user_group_id}/add_member`, body, {}, loading)
51
}
52
53
/**
54
* 从用户组删除用户
Callers
nothing calls this directly
Calls
1
post
Function · 0.90
Tested by
no test coverage detected