Get Group MembersAsk AIget https://{account}.sysaidit.com/connect/v1/groups/{id}/membersRetrieve a paginated list of user IDs assigned to the specified group.Path ParamsidintegerrequiredThe unique identifier of the group.Query Paramslimitinteger1 to 20Defaults to 20The number of records to return per page, up to 20.offsetinteger≥ 0Defaults to 0The offset for pagination. Calculated as (page - 1) * limit (page starts at 1).Responses 200Returns a JSON object containing a endUsers and agents array with user ID, email and user name. 401Authentication information is missing or invalid 404The specified resource was not foundUpdated about 2 months ago