Get Group MembersAsk AIget https://{account}.sysaidit.com/connect/v1/groups/{id}/membersRetrieve a list of all users assigned to a specific group by its unique ID.Path ParamsidintegerrequiredThe group's unique SysAid ID.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 10 months ago