Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/cli
/ usernamePayload
Function
usernamePayload
cf/api/users.go:382–384 ·
view source on GitHub ↗
(username string)
Source
from the content-addressed store, hash-verified
380
}
381
382
func
usernamePayload(username string) *strings.Reader {
383
return
strings.NewReader(`{
"username"
:
"` + username + `"
}`)
384
}
Callers
5
UnsetOrgRoleByUsername
Method · 0.85
UnsetSpaceRoleByUsername
Method · 0.85
SetOrgRoleByUsername
Method · 0.85
SetSpaceRoleByUsername
Method · 0.85
assocUserWithOrgByUsername
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected