mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-23 15:14:49 +01:00
Greenfield: Expand user data (#6649)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user