Skip to content

Commit

Permalink
Added IsReserved property to userProfile model (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
acn-sbuad authored Feb 27, 2024
1 parent 58d231f commit 8afad71
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Altinn.Platform.Models/src/Profile/Models/UserProfile.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System;

using Altinn.Platform.Profile.Enums;
using Altinn.Platform.Register.Models;

Expand Down Expand Up @@ -29,6 +30,11 @@ public class UserProfile
/// </summary>
public string ExternalIdentity { get; set; }

/// <summary>
/// Gets or sets a boolean indicating whether the user has reserved themselves from electronic communication
/// </summary>
public bool IsReserved { get; set; }

/// <summary>
/// Gets or sets the phone number
/// </summary>
Expand Down

0 comments on commit 8afad71

Please sign in to comment.