Skip to main content
GET
/
v1
/
groups
Get Groups
curl --request GET \
  --url https://api.mileiq.com/v1/groups
{
  "resources": [
    {
      "id": "<string>",
      "displayName": "<string>",
      "members": [
        {
          "value": "<string>",
          "display": "<string>",
          "is_admin": true,
          "is_driver": true
        }
      ],
      "meta": {
        "resourceType": "<string>",
        "created": "2023-11-07T05:31:56Z",
        "lastModified": "2023-11-07T05:31:56Z",
        "location": "<string>"
      }
    }
  ]
}

Headers

Authorization
string

Response

Successfully retrieved list of accessible groups. Returns an array of group objects with their details including members, metadata, and display information.

Response model containing a collection of groups with their complete information and member details

resources
GroupSchema · object[]
required

Array of group objects containing detailed information about each accessible group, including members, roles, and metadata