Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ UserStatus
TypeAlias
UserStatus
coderd/database/models.go:3707–3707 ·
view source on GitHub ↗
Defines the users status: active, dormant, or suspended.
Source
from the content-addressed store, hash-verified
3705
3706
// Defines the users status: active, dormant, or suspended.
3707
type
UserStatus string
3708
3709
const
(
3710
UserStatusActive UserStatus =
"active"
Callers
3
TestUsers
Function · 0.92
Test_diff
Function · 0.92
Scan
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected