You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/apis/nerdgraph/examples/nerdgraph-teams-custom-role-tutorial.mdx
+52-49Lines changed: 52 additions & 49 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,29 +17,36 @@ freshnessValidatedDate: never
17
17
</Callout>
18
18
19
19
20
-
New Relic Teams lets you connect the entities you're monitoring to the Teams who own them. When you can easily see who owns an entity, you can speed up troubleshooting, enhance team collaboration, and improve your operational efficiency.
20
+
New Relic Teams lets you connect the entities you're monitoring to the teams who own them. When you can easily see who owns an entity, you can speed up troubleshooting, enhance team collaboration, and improve your operational efficiency.
21
21
22
-
We have given access to Teams to these standard roles:
23
-
* **Read Access: **All users have read access to Teams, including metadata such as contact information, team members, and other relevant details.
24
-
* **Modify Teams: **Users with the **Organization Product Admin** role can modify Teams. This is a new role assigned to all users who currently have the **All Product Admin role**.
25
-
* **Create & Delete Teams: **Users with **Organization Manager** or **Authentication Manager** roles can create and delete Teams.
22
+
## Default Teams access
26
23
24
+
New Relic provides default access to Teams through these standard roles:
27
25
28
-
This section provides instructions on using NerdGraph GraphQL mutations to create a custom role for managing Teams.
26
+
***Read Access**: All users have read access to Teams, including metadata such as contact information, team members, and other relevant details.
27
+
***Modify Teams**: Users with the **Organization Product Admin** role can modify Teams. This is a new role assigned to all users who currently have the **All Product Admin** role.
28
+
***Create & Delete Teams**: Users with **Organization Manager** or **Authentication Manager** roles can create and delete Teams.
29
29
30
-
To create a Teams administrator custom role, you need to:
31
30
32
-
* [Retrieve all the organization-scoped capabilities](#retrieve-organization-scoped-capabilities)
33
-
* [Retrieve your organization ID](#retrieve-your-organization-id)
34
-
* Find the required permission IDs for Teams
35
-
* [Create the custom role for Teams administrator](#create-custom-role)
36
-
* [Add the custom role to a user group](#add-custom-role-to-a-user-group)
31
+
You might need a custom role if the default permissions don't meet your organization's needs. This tutorial shows you how to use NerdGraph GraphQL mutations to create a custom role for managing Teams.
37
32
33
+
### Process overview
38
34
39
-
**Prerequisites:**
35
+
To create a Teams administrator custom role, you'll need to:
36
+
37
+
1.[Retrieve all the organization-scoped capabilities](#retrieve-organization-scoped-capabilities)
38
+
2.[Retrieve your organization ID](#retrieve-your-organization-id)
39
+
3.[Identify the required permission IDs for Teams](#retrieve-organization-scoped-capabilities)
40
+
4.[Create the custom role for Teams administrator](#create-custom-role)
41
+
5.[Add the custom role to a user group](#add-custom-role-to-a-user-group)
0 commit comments