Microsoft Azure Active Directory Listgroups Example

AuthenticationAuthorizationIdentityMicrosoftMicrosoft EntraOAuthOpenID ConnectSAMLSCIMSingle Sign-OnZero Trust

Microsoft Azure Active Directory Listgroups Example is an example object payload from Microsoft Azure Active Directory, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "listGroups",
  "method": "GET",
  "path": "/groups",
  "summary": "List Groups",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listgroups200Example",
      "example": {
        "@odata.context": "example_value",
        "@odata.nextLink": "https://www.example.com",
        "@odata.count": 10,
        "value": [
          {
            "classification": "example_value",
            "createdDateTime": "2026-01-15T10:30:00Z",
            "description": "A sample description.",
            "displayName": "example_value",
            "expirationDateTime": "2026-01-15T10:30:00Z",
            "groupTypes": [
              {}
            ],
            "isAssignableToRole": "example_value",
            "mail": "example_value",
            "mailEnabled": true,
            "mailNickname": "example_value",
            "membershipRule": "example_value",
            "membershipRuleProcessingState": "example_value",
            "onPremisesDomainName": "example_value",
            "onPremisesLastSyncDateTime": "2026-01-15T10:30:00Z",
            "onPremisesSyncEnabled": "example_value",
            "preferredLanguage": "example_value",
            "proxyAddresses": [
              {}
            ],
            "renewedDateTime": "2026-01-15T10:30:00Z",
            "securityEnabled": true,
            "securityIdentifier": "example_value",
            "visibility": "Public"
          }
        ]
      }
    }
  ]
}