Greenfield: Expand user data (#6649)

This commit is contained in:
d11n
2025-04-04 09:15:33 +02:00
committed by GitHub
parent 65629f40b3
commit a916ae81be
11 changed files with 135 additions and 94 deletions

View File

@@ -50,6 +50,11 @@ namespace BTCPayServer.Client.Models
/// </summary>
public string[] Roles { get; set; }
/// <summary>
/// the invitation url of the user
/// </summary>
public string InvitationUrl { get; set; }
/// <summary>
/// the date the user was created. Null if created before v1.0.5.6.
/// </summary>