mirror of
https://github.com/coder/coder.git
synced 2025-07-21 01:28:49 +00:00
feat: add "dormant" user state (#8644)
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
"email": "testuser2@coder.com",
|
||||
"created_at": "[timestamp]",
|
||||
"last_seen_at": "[timestamp]",
|
||||
"status": "active",
|
||||
"status": "dormant",
|
||||
"organization_ids": [
|
||||
"[first org ID]"
|
||||
],
|
||||
|
Reference in New Issue
Block a user