Member List View - Show Member Group as Column

Hallo everyone,

i’m working with Umbraco 16 and i want to display the member group in the member list view. im a bit stuck, dont really know where to start and need some friendly poking in the right direction.

Could not find anything on the forum regarding the topic, so i hope someone can help :slight_smile:

Greetings

Jonathan

That’s an interesting problem, I think there is missing functionality here..

Normally you can go to settings → datatypes and find the member listview and edit it there:

However, when you click that button then it leads to a picker where you have to select if you want a document type or a media type, no member types..

Now IF this is driven purely by matching alias’ then you may be able to create a document type with similar properties/alias’ as your membertype and select from that.

Alternatively you can replace the listview with your own that does this: Collection View | Umbraco CMS

Which Umbraco Version are you using? I dont have the “List View - Members” Datatype in Settings → datatypes. Im running the current Umbraco 16 Version

Hmm that is interesting.. I am running 16.3.4 site but the content and schema is part of a starter kit. When looking deeper into this it is not actually affecting the member list view at all, and the other two list views are set on the media / content types but the member type has no such section.

When spinning up a fresh v16 latest site I also don’t have it as a default data type.

Looks like this functionality has been removed for members altogether, I would raise an issue on it tbh.