Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2025 09:04 AM
Hi @szymon_dybczak
I've tested the Groups endpoint but noticed something odd in the response. The API is only returning minimal group information:
"Resources": [
{
"displayName": "",
"id": ""
}
]
The critical "members" attribute is completely missing from the response, making it impossible to determine which groups a specific user belongs to. I expected to see member lists for each group that I could filter through.
Do you know why the API might be returning this limited data? Is this potentially a permission issue with my access token, or perhaps a configuration setting I'm missing?