|
1 | 1 | ---
|
2 |
| -title: Manage developer accounts using groups in Azure API Management |
| 2 | +title: Manage developer accounts using groups - Azure API Management |
3 | 3 | titleSuffix: Azure API Management
|
4 | 4 | description: Learn how to manage developer accounts using groups in Azure API Management. Create groups, and then associate them with products or developers.
|
5 | 5 |
|
6 | 6 | author: dlepow
|
7 | 7 | ms.service: azure-api-management
|
8 |
| -ms.topic: article |
9 |
| -ms.date: 03/17/2023 |
| 8 | +ms.topic: concept-article |
| 9 | +ms.date: 09/03/2024 |
10 | 10 | ms.author: danlep
|
11 | 11 | ms.custom: engagement-fy23
|
12 | 12 | ---
|
13 | 13 | # How to create and use groups to manage developer accounts in Azure API Management
|
14 | 14 |
|
15 | 15 | [!INCLUDE [api-management-availability-premium-dev-standard-basic-standardv2-basicv2](../../includes/api-management-availability-premium-dev-standard-basic-standardv2-basicv2.md)]
|
16 | 16 |
|
17 |
| -In API Management, groups are used to manage the visibility of products to developers. Products are first made visible to groups, and then developers in those groups can view and subscribe to the products that are associated with the groups. |
| 17 | +In API Management, groups are used to manage the visibility of products to developers in the developer portal. Products are first made visible to groups, and then developers in those groups can view and subscribe to the products that are associated with the groups. |
18 | 18 |
|
19 |
| -API Management has the following immutable system groups: |
| 19 | +API Management has the following immutable groups: |
20 | 20 |
|
21 |
| -* **Administrators** - Azure subscription administrators are members of this group. Administrators manage API Management service instances, creating the APIs, operations, and products that are used by developers. You can't add users to this group. |
| 21 | +* **Administrators** - Built-in group containing only the administrator email account provided at the time of service creation. Its membership is managed by the system; users can't be added to or removed from the group. The primary purpose of the administrator account is to access the developer portal's administrative interface to [customize and publish](api-management-howto-developer-portal-customize.md) the portal content. Any user that has [Azure RBAC permissions](/azure/api-management/developer-portal-faq#what-permissions-do-i-need-to-edit-the-developer-portal) to customize the developer portal can authenticate as the administrator to customize the portal. |
22 | 22 |
|
23 | 23 | > [!NOTE]
|
24 |
| - > You can change the administrator [email settings](api-management-howto-configure-notifications.md#configure-email-settings) that are used in notifications sent to developers from your API Management instance. |
| 24 | + > At any time, a service owner can update the administrator [email settings](api-management-howto-configure-notifications.md#configure-email-settings) that are used in notifications from your API Management instance. |
25 | 25 |
|
26 | 26 | * **Developers** - Authenticated developer portal users fall into this group. Developers are the customers that build applications using your APIs. Developers are granted access to the developer portal and build applications that call the operations of an API.
|
27 | 27 | * **Guests** - Unauthenticated developer portal users, such as prospective customers visiting the developer portal of an API Management instance fall into this group. They can be granted certain read-only access, such as the ability to view APIs but not call them.
|
@@ -51,7 +51,7 @@ This section shows how to add a new group to your API Management account.
|
51 | 51 | Once the group is created, it's added to the **Groups** list.
|
52 | 52 | * To edit the **Name** or **Description** of the group, click the name of the group and select **Settings**
|
53 | 53 |
|
54 |
| - * To delete the group, click the name of the group and press **Delete**. |
| 54 | + * To delete the group, select the name of the group and press **Delete**. |
55 | 55 |
|
56 | 56 | Now that the group is created, it can be associated with products and developers.
|
57 | 57 |
|
@@ -89,7 +89,7 @@ This section shows how to associate groups with members.
|
89 | 89 |
|
90 | 90 | Once the association is added between the developer and the group, you can view it in the **Users** tab.
|
91 | 91 |
|
92 |
| -## <a name="next-steps"> </a>Next steps |
| 92 | +## <a name="next-steps"> </a>Related content |
93 | 93 |
|
94 | 94 | * Once a developer is added to a group, they can view and subscribe to the products associated with that group. For more information, see [How to create and publish a product in Azure API Management][How create and publish a product in Azure API Management].
|
95 | 95 | * You can control how the developer portal content appears to different users and groups you've configured. Learn more about [visibility and access controls in the developer portal](developer-portal-overview.md#content-visibility-and-access).
|
|
0 commit comments