Microsoft Azure Active Directory Getuser Example

AuthenticationAuthorizationIdentityMicrosoftMicrosoft EntraOAuthOpenID ConnectSAMLSCIMSingle Sign-OnZero Trust

Microsoft Azure Active Directory Getuser 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": "getUser",
  "method": "GET",
  "path": "/users/{user-id}",
  "summary": "Get User",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getuser200Example",
      "example": {
        "accountEnabled": true,
        "assignedLicenses": [
          {
            "disabledPlans": {},
            "skuId": "500123"
          }
        ],
        "assignedPlans": [
          {
            "assignedDateTime": "2026-01-15T10:30:00Z",
            "capabilityStatus": "Enabled",
            "service": "example_value",
            "servicePlanId": "500123"
          }
        ],
        "businessPhones": [
          "example_value"
        ],
        "city": "example_value",
        "companyName": "example_value",
        "country": "example_value",
        "createdDateTime": "2026-01-15T10:30:00Z",
        "department": "example_value",
        "displayName": "example_value",
        "employeeId": "500123",
        "employeeType": "example_value",
        "givenName": "example_value",
        "jobTitle": "example_value",
        "mail": "example_value",
        "mailNickname": "example_value",
        "mobilePhone": "example_value",
        "officeLocation": "example_value",
        "onPremisesDistinguishedName": "example_value",
        "onPremisesDomainName": "example_value",
        "onPremisesImmutableId": "500123",
        "onPremisesLastSyncDateTime": "2026-01-15T10:30:00Z",
        "onPremisesSyncEnabled": "example_value",
        "otherMails": [
          "example_value"
        ],
        "passwordPolicies": "example_value",
        "postalCode": "example_value",
        "preferredLanguage": "example_value",
        "proxyAddresses": [
          "example_value"
        ],
        "signInSessionsValidFromDateTime": "2026-01-15T10:30:00Z",
        "state": "example_value",
        "streetAddress": "example_value",
        "surname": "example_value",
        "usageLocation": "example_value",
        "userPrincipalName": "example_value",
        "userType": "Member"
      }
    }
  ]
}