Microsoft Graph · Schema

userRegistrationMethodCount

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
authenticationMethod string Name of the authentication method.
userCount number Number of users registered.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphuserregistrationmethodcount-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.userRegistrationMethodCount",
  "title": "userRegistrationMethodCount",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "authenticationMethod": {
      "type": "string",
      "description": "Name of the authentication method."
    },
    "userCount": {
      "type": "number",
      "description": "Number of users registered.",
      "format": "int64"
    },
    "@odata.type": {
      "type": "string"
    }
  }
}