emailAuthenticationMethod resource type
Namespace: microsoft.graph
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
A representation of an email address registered to a user. Email is an authentication method available only to self-service password reset (SSPR). Users may only have one email authentication method.
Methods
| Method | Return type | Description |
|---|---|---|
| List | emailAuthenticationMethod collection | Retrieve a list of a user's emailAuthenticationMethods. Users may only have one email authentication method. |
| Create | emailAuthenticationMethod | Create a user's emailMethods object. |
| Get | emailAuthenticationMethod | Retrieve the properties of the user's emailAuthenticationMethod object. |
| Update | emailAuthenticationMethod | Update the properties of a user's emailMethods object. |
| Delete | None | Delete a user's emailAuthenticationMethod object. |
Properties
| Property | Type | Description |
|---|---|---|
| id | String | The identifier of the email address registered to this user. |
| emailAddress | String | The email address registered to this user. |
Relationships
None.
JSON representation
The following is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.emailAuthenticationMethod",
"id": "String (identifier)",
"emailAddress": "String"
}
Saran dan Komentar
Kirim dan lihat umpan balik untuk