Skip to content

Commit d12e3f5

Browse files
committed
Updates
1 parent a3e1b0f commit d12e3f5

12 files changed

+44
-44
lines changed

api-reference/beta/api/authentication-post-emailmethods.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Namespace: microsoft.graph
1515

1616
Set a user's [emailAuthenticationMethod](../resources/emailauthenticationmethod.md) object. Email authentication is a self-service password reset method. A user may only have one email authentication method.
1717

18+
Self-service operations aren't supported.
19+
1820
[!INCLUDE [national-cloud-support](../../includes/all-clouds.md)]
1921

2022
## Permissions
@@ -25,8 +27,6 @@ Choose the permission or permissions marked as least privileged for this API. Us
2527

2628
[!INCLUDE [rbac-authentication-methods-apis-write-others](../includes/rbac-for-apis/rbac-authentication-methods-apis-write-others.md)]
2729

28-
Users cannot add an email authentication method to their own account.
29-
3030
## HTTP request
3131

3232
Add an email authentication method to another user's account.

api-reference/beta/api/emailauthenticationmethod-update.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Namespace: microsoft.graph
1515

1616
Update a user's email address associated with an [email Authentication Method](../resources/emailauthenticationmethod.md) object.
1717

18+
Self-service operations aren't supported.
19+
1820
[!INCLUDE [national-cloud-support](../../includes/all-clouds.md)]
1921

2022
## Permissions
@@ -25,8 +27,6 @@ Choose the permission or permissions marked as least privileged for this API. Us
2527

2628
[!INCLUDE [rbac-authentication-methods-apis-write-others](../includes/rbac-for-apis/rbac-authentication-methods-apis-write-others.md)]
2729

28-
Users cannot update their own email authentication method.
29-
3030
## HTTP request
3131
The ID of the email authentication method, referenced by `{emailMethods-id}`, is always `3ddfcfc8-9383-446f-83cc-3ab9be4be18f`.
3232

api-reference/beta/includes/rbac-for-apis/rbac-authentication-methods-apis-read-others.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ author: jpettere
33
ms.topic: include
44
---
55

6-
In delegated scenarios with work or school accounts where the signed-in user is acting on another user, they must be assigned a supported [Microsoft Entra role](/entra/identity/role-based-access-control/permissions-reference?toc=%2Fgraph%2Ftoc.json) or a custom role with a supported role permission. The following least privileged roles are supported for this operation.
7-
8-
- Global Reader
9-
- Authentication Administrator
10-
- Privileged Authentication Administrator
6+
> [!IMPORTANT]
7+
> In delegated scenarios with work or school accounts where the signed-in user is acting on another user, they must be assigned a supported [Microsoft Entra role](/entra/identity/role-based-access-control/permissions-reference?toc=%2Fgraph%2Ftoc.json) or a custom role with a supported role permission. The following least privileged roles are supported for this operation.
8+
> - Global Reader
9+
> - Authentication Administrator
10+
> - Privileged Authentication Administrator

api-reference/beta/includes/rbac-for-apis/rbac-authentication-methods-apis-read.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ author: jpettere
33
ms.topic: include
44
---
55

6-
In delegated scenarios with work or school accounts, the signed-in user must be assigned a supported [Microsoft Entra role](/entra/identity/role-based-access-control/permissions-reference?toc=%2Fgraph%2Ftoc.json) or a custom role with a supported role permission. The following least privileged roles are supported for this operation.
7-
8-
- Global Reader
9-
- Authentication Administrator
10-
- Privileged Authentication Administrator
6+
> [!IMPORTANT]
7+
> In delegated scenarios with work or school accounts, the signed-in user must be assigned a supported [Microsoft Entra role](/entra/identity/role-based-access-control/permissions-reference?toc=%2Fgraph%2Ftoc.json) or a custom role with a supported role permission. The following least privileged roles are supported for this operation.
8+
> - Global Reader
9+
> - Authentication Administrator
10+
> - Privileged Authentication Administrator

api-reference/beta/includes/rbac-for-apis/rbac-authentication-methods-apis-write-others.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ author: jpettere
33
ms.topic: include
44
---
55

6-
In delegated scenarios with work or school accounts where the signed-in user is acting on another user, they must be assigned a supported [Microsoft Entra role](/entra/identity/role-based-access-control/permissions-reference?toc=%2Fgraph%2Ftoc.json) or a custom role with a supported role permission. The following least privileged roles are supported for this operation.
7-
8-
- Authentication Administrator
9-
- Privileged Authentication Administrator
6+
> [!IMPORTANT]
7+
> In delegated scenarios with work or school accounts where the signed-in user is acting on another user, they must be assigned a supported [Microsoft Entra role](/entra/identity/role-based-access-control/permissions-reference?toc=%2Fgraph%2Ftoc.json) or a custom role with a supported role permission. The following least privileged roles are supported for this operation.
8+
> - Authentication Administrator
9+
> - Privileged Authentication Administrator
1010

api-reference/beta/includes/rbac-for-apis/rbac-authentication-methods-apis-write.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: jpettere
33
ms.topic: include
44
---
55

6-
In delegated scenarios with work or school accounts, the signed-in user must be assigned a supported [Microsoft Entra role](/entra/identity/role-based-access-control/permissions-reference?toc=%2Fgraph%2Ftoc.json) or a custom role with a supported role permission. The following least privileged roles are supported for this operation.
7-
8-
- Authentication Administrator
9-
- Privileged Authentication Administrator
6+
> [!IMPORTANT]
7+
> In delegated scenarios with work or school accounts, the signed-in user must be assigned a supported [Microsoft Entra role](/entra/identity/role-based-access-control/permissions-reference?toc=%2Fgraph%2Ftoc.json) or a custom role with a supported role permission. The following least privileged roles are supported for this operation.
8+
> - Authentication Administrator
9+
> - Privileged Authentication Administrator

api-reference/v1.0/api/authentication-post-emailmethods.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Namespace: microsoft.graph
1313

1414
Set a user's [emailAuthenticationMethod](../resources/emailauthenticationmethod.md) object. Email authentication is a self-service password reset method. A user may only have one email authentication method.
1515

16+
Self-service operations aren't supported.
17+
1618
[!INCLUDE [national-cloud-support](../../includes/global-us.md)]
1719

1820
## Permissions
@@ -23,8 +25,6 @@ Choose the permission or permissions marked as least privileged for this API. Us
2325

2426
[!INCLUDE [rbac-authentication-methods-apis-write-others](../includes/rbac-for-apis/rbac-authentication-methods-apis-write-others.md)]
2527

26-
Users cannot add an email authentication method to their own account.
27-
2828
## HTTP request
2929

3030
Add an email authentication method to another user's account.

api-reference/v1.0/api/emailauthenticationmethod-update.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Namespace: microsoft.graph
1313

1414
Update a user's email address represented by an [emailAuthenticationMethod](../resources/emailauthenticationmethod.md) object.
1515

16+
Self-service operations aren't supported.
17+
1618
[!INCLUDE [national-cloud-support](../../includes/global-us.md)]
1719

1820
## Permissions
@@ -23,8 +25,6 @@ Choose the permission or permissions marked as least privileged for this API. Us
2325

2426
[!INCLUDE [rbac-authentication-methods-apis-write-others](../includes/rbac-for-apis/rbac-authentication-methods-apis-write-others.md)]
2527

26-
Users cannot update their own email authentication method.
27-
2828
## HTTP request
2929
The ID of the email authentication method, referenced by `{emailMethods-id}`, is always `3ddfcfc8-9383-446f-83cc-3ab9be4be18f`.
3030

api-reference/v1.0/includes/rbac-for-apis/rbac-authentication-methods-apis-read-others.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ author: jpettere
33
ms.topic: include
44
---
55

6-
In delegated scenarios with work or school accounts where the signed-in user is acting on another user, they must be assigned a supported [Microsoft Entra role](/entra/identity/role-based-access-control/permissions-reference?toc=%2Fgraph%2Ftoc.json) or a custom role with a supported role permission. The following least privileged roles are supported for this operation.
7-
8-
- Global Reader
9-
- Authentication Administrator
10-
- Privileged Authentication Administrator
6+
> [!IMPORTANT]
7+
> In delegated scenarios with work or school accounts where the signed-in user is acting on another user, they must be assigned a supported [Microsoft Entra role](/entra/identity/role-based-access-control/permissions-reference?toc=%2Fgraph%2Ftoc.json) or a custom role with a supported role permission. The following least privileged roles are supported for this operation.
8+
> - Global Reader
9+
> - Authentication Administrator
10+
> - Privileged Authentication Administrator

api-reference/v1.0/includes/rbac-for-apis/rbac-authentication-methods-apis-read.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ author: jpettere
33
ms.topic: include
44
---
55

6-
In delegated scenarios with work or school accounts, the signed-in user must be assigned a supported [Microsoft Entra role](/entra/identity/role-based-access-control/permissions-reference?toc=%2Fgraph%2Ftoc.json) or a custom role with a supported role permission. The following least privileged roles are supported for this operation.
7-
8-
- Global Reader
9-
- Authentication Administrator
10-
- Privileged Authentication Administrator
6+
> [!IMPORTANT]
7+
> In delegated scenarios with work or school accounts, the signed-in user must be assigned a supported [Microsoft Entra role](/entra/identity/role-based-access-control/permissions-reference?toc=%2Fgraph%2Ftoc.json) or a custom role with a supported role permission. The following least privileged roles are supported for this operation.
8+
> - Global Reader
9+
> - Authentication Administrator
10+
> - Privileged Authentication Administrator

0 commit comments

Comments
 (0)