Microsoft Graph · Schema

microsoft.graph.userRegistrationDetails

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Task
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphuserregistrationdetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.userRegistrationDetails",
  "title": "microsoft.graph.userRegistrationDetails",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "userRegistrationDetails",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "isAdmin": {
          "type": "boolean",
          "description": "Indicates whether the user has an admin role in the tenant. This value can be used to check the authentication methods that privileged accounts are registered for and capable of.",
          "nullable": true
        },
        "isMfaCapable": {
          "type": "boolean",
          "description": "Indicates whether the user has registered a strong authentication method for multifactor authentication. The method must be allowed by the authentication methods policy. Supports $filter (eq)."
        },
        "isMfaRegistered": {
          "type": "boolean",
          "description": "Indicates whether the user has registered a strong authentication method for multifactor authentication. The method may not necessarily be allowed by the authentication methods policy. Supports $filter (eq)."
        },
        "isPasswordlessCapable": {
          "type": "boolean",
          "description": "Indicates whether the user has registered a passwordless strong authentication method (including FIDO2, Windows Hello for Business, and Microsoft Authenticator (Passwordless)) that is allowed by the authentication methods policy. Supports $filter (eq)."
        },
        "isSsprCapable": {
          "type": "boolean",
          "description": "Indicates whether the user has registered the required number of authentication methods for self-service password reset and the user is allowed to perform self-service password reset by policy. Supports $filter (eq)."
        },
        "isSsprEnabled": {
          "type": "boolean",
          "description": "Indicates whether the user is allowed to perform self-service password reset by policy. The user may not necessarily have registered the required number of authentication methods for self-service password reset. Supports $filter (eq)."
        },
        "isSsprRegistered": {
          "type": "boolean",
          "description": "Indicates whether the user has registered the required number of authentication methods for self-service password reset. The user may not necessarily be allowed to perform self-service password reset by policy. Supports $filter (eq)."
        },
        "isSystemPreferredAuthenticationMethodEnabled": {
          "type": "boolean",
          "description": "Indicates whether system preferred authentication method is enabled. If enabled, the system dynamically determines the most secure authentication method among the methods registered by the user. Supports $filter (eq).",
          "nullable": true
        },
        "lastUpdatedDateTime": {
          "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$",
          "type": "string",
          "description": "The date and time (UTC) when the report was last updated. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.",
          "format": "date-time"
        },
        "methodsRegistered": {
          "type": "array",
          "items": {
            "type": "string",
            "nullable": true
          },
          "description": "Collection of authentication methods registered, such as mobilePhone, email, passKeyDeviceBound. Supports $filter (any with eq)."
        },
        "systemPreferredAuthenticationMethods": {
          "type": "array",
          "items": {
            "type": "string",
            "nullable": true
          },
          "description": "Collection of authentication methods that the system determined to be the most secure authentication methods among the registered methods for second factor authentication. The possible values are: push, oath, voiceMobile, voiceAlternateMobile, voiceOffice, sms, none, unknownFutureValue. Supports $filter (any with eq)."
        },
        "userDisplayName": {
          "type": "string",
          "description": "The user display name, such as Adele Vance. Supports $filter (eq, startsWith) and $orderby."
        },
        "userPreferredMethodForSecondaryAuthentication": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.userDefaultAuthenticationMethod"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "The method the user selected as the default second-factor for performing multifactor authentication. The possible values are: push, oath, voiceMobile, voiceAlternateMobile, voiceOffice, sms, none, unknownFutureValue. This property is used as preferred MFA method when isSystemPreferredAuthenticationMethodEnabled is false. Supports $filter (any with eq)."
        },
        "userPrincipalName": {
          "type": "string",
          "description": "The user principal name, such as AdeleV@contoso.com. Supports $filter (eq, startsWith) and $orderby."
        },
        "userType": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.signInUserType"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Identifies whether the user is a member or guest in the tenant. The possible values are: member, guest, unknownFutureValue."
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.userRegistrationDetails"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-graph-microsoftgraphuserregistrationdetails"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.