cURL
curl --request GET \ --url https://api.mileiq.com/scim/v2/Groups
{ "schemas": [ "urn:ietf:params:scim:api:messages:2.0:ListResponse" ], "totalResults": 123, "itemsPerPage": 123, "startIndex": 123, "Resources": [ { "schemas": [ "urn:ietf:params:scim:schemas:core:2.0:Group" ], "id": "<string>", "displayName": "<string>", "members": [ { "value": "<string>", "display": "<string>" } ], "meta": { "resourceType": "<string>", "created": "2023-11-07T05:31:56Z", "lastModified": "2023-11-07T05:31:56Z", "location": "<string>" } } ] }
Successful Response
Show child attributes