Add member "kind" - and refactor user "type" to "kind" for consistency (#16979)
* Rename UserType to UserKind * Add MemberKind to tell API members from regular ones * Remove user kind from invite user endpoint --------- Co-authored-by: Mads Rasmussen <madsr@hey.com>
This commit is contained in:
@@ -141,7 +141,7 @@ public class BackOfficeUserStore :
|
||||
StartMediaIds = user.StartMediaIds ?? new int[] { },
|
||||
IsLockedOut = user.IsLockedOut,
|
||||
Key = user.Key,
|
||||
Type = user.Type
|
||||
Kind = user.Kind
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user