fix: Implement user API enhancements with masked API keys and updated invite link handling

This commit is contained in:
GitHub Actions
2026-02-25 06:14:03 +00:00
parent c156183666
commit 690480e181
8 changed files with 119 additions and 167 deletions

View File

@@ -44,8 +44,8 @@ export interface InviteUserResponse {
uuid: string
email: string
role: string
invite_token: string
invite_url: string
invite_token_masked: string
invite_url?: string
email_sent: boolean
expires_at: string
}