Windows Local Connector - Group schema

Hi,

I see my windows local connector group schema having the following attributes :

Description
DirectoryPath
MemberGroups
GroupType
Members
objectSid
sAMAccountName

When I do group aggregation, I can see a set of entitlements aggregated.

when i do API call for those entitlements, I see only the below attributes.

    "attributes": {
        "Description": "Administrators have complete and unrestricted access to the computer/domain",
        "DirectoryPath": "WinNT://testserver/Administrators",
        "GroupType": "Domain Local Distribution",
        "objectSid": "****"
    },

Could someone help me if i’m missing anything. I need to pull the values of other attributes as well including “members”

My understanding is that the “members” information is captured by means of Account Aggregation, using “memberOf” attribute by correlating the values listed under “memberOf” to various groups aggregated.

Can you explain a little more on the purpose for which you like to pull other details so that some workaround solutions can be suggested?

@iamnithesh

Thanks for your reply.

The requirement is to fetch the domain groups and users which are part of the local groups on the server.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.