Where / how can I find the id from OData__ModernAudienceTargetUserFieldId or _ModernAudienceTargetUserFieldStringId - the displayed id is not identifiable with groups from await graph.groups();
Asked
Active
Viewed 354 times
1 Answers
0
It should be from the user information list in the site.
You could find the id from there, the url is : /_layouts/15/people.aspx?MembershipGroupId=0

Michael Han
- 3,475
- 1
- 6
- 8
-
ok i can see this group (with identifiers), first step - ok BUT how can I get this date via REST? _api/web/sitesgroups dosn't show these "hidden" groups – Christopher O Mar 09 '21 at 14:08
-
Then end point should be this: /_api/web/siteusers – Michael Han Mar 10 '21 at 04:56
-
I have already found it, but thanks for your help anyway - MembershipGroupId=0 was key :) – Christopher O Mar 10 '21 at 07:10
-
If my answer helps you, please accept it :) – Michael Han Mar 10 '21 at 07:24