Add Membership Groups directly to MemberIdentityUser object #14142
philipdanielhayton
started this conversation in
Features and ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
I often find myself querying whether a Member belongs to a certain group, and as far as I can tell the only way to do that is to use
IMemberManager.GetRolesAsync
. Is that correct or am I missing something?In an ideal world I'd like to query the MemberIdentityUser object directly, like this
I'm sure there's a really good reason why this isn't possible, but I thought I'd ask.
Cheers
Beta Was this translation helpful? Give feedback.
All reactions