get https://api.mural.co/enterprise/v1/scim/Groups/
Retrieve details of a specific group in your company, along with the members in each group.
Note
Since this API can potentially return thousands of entries, we recommend using one of the following query parameters for faster responses:
?excludedAttributes=members
?attributes=id,displayName,externalId
These parameters help filter the data and avoid retrieving all group members, speeding up the API response time.