Skip to content

Commit f0b839e

Browse files
committed
update the link
1 parent 64429cf commit f0b839e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

support/entra/entra-id/users-groups-entra-apis/authorization-requestdenied-403-error-add-user-group.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ When you try to add a user to a group using Microsoft Graph API, you receive the
3333

3434
This issue might occur if the group you tried to add the user to can't be managed by Microsoft Graph. Microsoft Graph only supports Microsoft 365 groups and Security groups.
3535

36-
For the Microsoft Graph supported group types, see [Working with groups in Microsoft Graph](/graph/api/resources/groups-overview?view=graph-rest-1.0&tabs=http#group-types-in-microsoft-entra-id-and-microsoft-graph).
36+
For the Microsoft Graph supported group types, see [Working with groups in Microsoft Graph](/graph/api/resources/groups-overview#group-types-in-microsoft-entra-id-and-microsoft-graph).
3737

3838
## Solution
3939

@@ -77,7 +77,7 @@ Make sure that the group you trying to modify is supported by Microsoft Graph.
7777

7878
Different group member types require specific permissions. For user-type membership, ensure that the application or account performing the operation has the `GroupMember.ReadWrite.All` permission.
7979

80-
For detailed permission requirements, see [Add members documentation](https://learn.microsoft.com/en-us/graph/api/group-post-members?view=graph-rest-1.0&tabs=http)
80+
For detailed permission requirements, see [Add members documentation](/graph/api/group-post-members)
8181

8282
### Step 3: Check if the group is a role-assignable group
8383

@@ -108,6 +108,6 @@ For detailed permission requirements, see [Add members documentation](https://le
108108
}
109109
```
110110
111-
2. If the group is role-assignable, you need the `RoleManagement.ReadWrite.Directory` permission in addition to `GroupMember.ReadWrite.All`. For more information, see [Add members documentation](/graph/api/group-post-members?view=graph-rest-1.0&tabs=http#permissions).
111+
2. If the group is role-assignable, you need the `RoleManagement.ReadWrite.Directory` permission in addition to `GroupMember.ReadWrite.All`. For more information, see [Add members documentation](/graph/api/group-post-members).
112112
113113
[!INCLUDE [Azure Help Support](../../../includes/azure-help-support.md)]

0 commit comments

Comments
 (0)