A new type of Microsoft added users named "Service provider" have no SystemRoleId, which breaks the parsing of the payload received from LCS.
This commit is contained in:
Florian Hopfner 2024-02-17 18:35:46 +01:00
Родитель 99155496aa
Коммит 7e7a9c7f29
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -556,7 +556,7 @@ namespace LCS.JsonObjects
public string ModifiedDate { get; set; }//Todo
public int ProjectId { get; set; }
public int ProjectUserId { get; set; }
public int SystemRoleId { get; set; }
public int? SystemRoleId { get; set; }
public string UserLastAccess { get; set; }//Todo
public UserProfile UserProfile { get; set; }
public int UserProfileId { get; set; }