Get users from multiple groups

I’m familiar how to get users within one specific group: {{url}}/api/v1/groups/{{groupId}}/users, but is there a possibility to get users from 2 or more groups in one API call?

@lospolloshermanos As you need to specify the individual group ID in the API call to retrieve the users assigned to the group, multiple groups cannot be queried for membership in one single call.

1 Like

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