| title | microsoftAuthenticatorAuthenticationMethod resource type |
|---|---|
| description | A representation of the Microsoft Authenticator app registered to a user. Microsoft Authenticator is an authentication method. |
| author | mjsantani |
| ms.reviewer | intelligentaccesspm |
| ms.localizationpriority | medium |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
| toc.title | Microsoft Authenticator |
| ms.date | 07/28/2025 |
Namespace: microsoft.graph
A representation of the Microsoft Authenticator app registered to a user. Microsoft Authenticator is an authentication method.
This type that inherits from the authenticationMethod resource type.
| Method | Return type | Description |
|---|---|---|
| List | microsoftAuthenticatorAuthenticationMethod collection | Get a list of the microsoftAuthenticatorAuthenticationMethod objects and their properties. |
| Get | microsoftAuthenticatorAuthenticationMethod | Read the properties and relationships of a microsoftAuthenticatorAuthenticationMethod object. |
| Delete | None | Deletes a microsoftAuthenticatorAuthenticationMethod object. |
| Property | Type | Description |
|---|---|---|
| createdDateTime | DateTimeOffset | The date and time that this app was registered. This property is null if the device isn't registered for passwordless Phone Sign-In. Inherited from authenticationMethod. |
| deviceTag | String | Tags containing app metadata. |
| displayName | String | The name of the device on which this app is registered. |
| id | String | A unique identifier for this authentication method. Inherited from authenticationMethod |
| phoneAppVersion | String | Numerical version of this instance of the Authenticator app. |
| Relationship | Type | Description |
|---|---|---|
| device | device | The registered device on which Microsoft Authenticator resides. This property is null if the device isn't registered for passwordless Phone Sign-In. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.microsoftAuthenticatorAuthenticationMethod",
"id": "String (Identifier)",
"displayName": "String",
"deviceTag": "String",
"phoneAppVersion": "String",
"createdDateTime": "DateTimeOffset"
}