Microsoft Graph · Schema

passwordResetResponse

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
newPassword string The Microsoft Entra ID-generated password.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphpasswordresetresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.passwordResetResponse",
  "title": "passwordResetResponse",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "newPassword": {
      "type": "string",
      "description": "The Microsoft Entra ID-generated password.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}