| title | emailAuthenticationMethod resource type |
|---|---|
| description | Represents an email address registered to a user. Email as an authentication method is available only for self-service password reset (SSPR). |
| author | tilarso |
| ms.reviewer | intelligentaccesspm |
| ms.localizationpriority | medium |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
| toc.title | |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
Represents an email address registered to a user. Email as an authentication method is available only for self-service password reset (SSPR). Users may only have one email authentication method.
This is a derived type that inherits from the authenticationMethod resource type.
| Method | Return type | Description |
|---|---|---|
| List | emailAuthenticationMethod collection | Retrieve a list of a user's email authentication methods. Users may only have one email authentication method. |
| Add | emailAuthenticationMethod | Create a user's emailAuthenticationMethod object. |
| Get | emailAuthenticationMethod | Retrieve the properties of the user's emailAuthenticationMethod object. |
| Update | None | Update the properties of a user's emailAuthenticationMethod object. |
| Delete | None | Delete a user's emailAuthenticationMethod object. |
| Property | Type | Description |
|---|---|---|
| emailAddress | String | The email address registered to this user. |
| id | String | The identifier of the email address registered to this user. The ID is always 3ddfcfc8-9383-446f-83cc-3ab9be4be18f. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.emailAuthenticationMethod",
"emailAddress": "String",
"id": "String (identifier)"
}