Microsoft Entra · Schema

GroupCollectionResponse

Paged collection of group objects

Access ManagementAuthenticationAzure ADEntraIdentityIdentity GovernanceMicrosoftNetwork SecuritySecurityZero Trust

Properties

Name Type Description
@odata.context string
@odata.count integer
@odata.nextLink string
value array
View JSON Schema on GitHub

JSON Schema

microsoft-entra-graph-identity-group-collection-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GroupCollectionResponse",
  "type": "object",
  "description": "Paged collection of group objects",
  "properties": {
    "@odata.context": {
      "type": "string"
    },
    "@odata.count": {
      "type": "integer"
    },
    "@odata.nextLink": {
      "type": "string"
    },
    "value": {
      "type": "array"
    }
  }
}