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
Learn the answers to the following frequently asked questions (FAQs) about user and permissions management in Azure DevOps. We grouped the FAQs by the following subjects.
18
+
This article provides answers to frequently asked questions (FAQs) about user and permissions management in Azure DevOps. The FAQs are organized by topic to help you quickly find information about managing users, permissions, access levels, Visual Studio subscriptions, GitHub Enterprise integration, and related administrative tasks.
19
19
<a name="general-permissions"></a>
20
20
21
21
@@ -37,15 +37,7 @@ sections:
37
37
- question: |
38
38
Q: How do I find the organization owner?
39
39
answer: |
40
-
A: If you have at least Basic access, you can find the current owner in your organization settings.

40
+
A: If you have at least Basic access, you can find the current owner in your organization settings. For more information, see [Look up the organization owner](../security/look-up-organization-owner.md).
49
41
50
42
- question: |
51
43
Q: How do I find a Project Collection Administrator?
@@ -54,9 +46,10 @@ sections:
54
46
55
47
For more information, see [Look up a project collection administrator](../security/look-up-project-collection-administrators.md).
56
48
57
-
- question: Why can't users access some features?
49
+
- question: |
50
+
Q: Why can't users access some features?
58
51
answer: |
59
-
Q: They might need a different [access level](../security/access-levels.md#supported-access-levels) assigned, in addition to permissions granted through security groups. For example, [Stakeholder access](../security/stakeholder-access.md) access level provides partial support to select features, allowing users to view and modify work items, but not to use all features.
52
+
A: They might need a different [access level](../security/access-levels.md#supported-access-levels) assigned, in addition to permissions granted through security groups. For example, [Stakeholder access](../security/stakeholder-access.md) access level provides partial support to select features, allowing users to view and modify work items, but not to use all features.
60
53
61
54
- question: I accidentally removed my permissions and am unable to grant them again. What should I do?
62
55
answer: |
@@ -110,7 +103,7 @@ sections:
110
103
- question: |
111
104
Q: Which GitHub Enterprise customers are eligible for Azure DevOps access?
112
105
answer: |
113
-
A: GitHub Enterprise Cloud customers who access GitHub and Azure DevOps with the same Entra tenant. Users must sign in using the same identity in GitHub and Azure DevOps.
106
+
A: GitHub Enterprise Cloud customers who access GitHub and Azure DevOps with the same Microsoft Entra tenant. Users must sign in using the same identity in GitHub and Azure DevOps.
114
107
115
108

116
109
@@ -228,8 +221,14 @@ sections:
228
221
answer: |
229
222
A: By default, [Access via Microsoft Entra FAQs. Microsoft Entra guests can't search the Microsoft Entra ID in the manner required by Azure DevOps](../accounts/faq-azure-access.yml#no-identities).
230
223
231
-
- name: Change app access policies for your organization
224
+
- name: Change application access policies for your organization
232
225
questions:
226
+
227
+
- question: |
228
+
Q: Can I still use PATs for authentication?
229
+
answer: |
230
+
A: You can still use personal access tokens (PATs) for authentication, but we recommend using the more secure method, Microsoft Entra tokens, whenever possible. For more information, see [Authenticate to Azure DevOps with Microsoft Entra](../../integrate/get-started/authentication/entra.md).
231
+
233
232
- question: |
234
233
Q: If I deny access to one authentication method in one organization, does that affect all the organizations that I own?
235
234
answer: |
@@ -248,16 +247,10 @@ sections:
248
247
Q: How do I remove myself from an organization when the owner isn't available to remove me?
249
248
answer: |
250
249
A: To remove yourself from an organization, do the following steps:
251
-
252
250
1. Go to [aex.dev.azure.com](https://aex.dev.azure.com).
253
251
2. Select the organization, and then choose **Leave**.
254
-
255
-

256
-
257
252
3. Confirm that you want to **Leave** the organization.
258
-
259
-

260
-
253
+
261
254
<a name="group-based-licensing"></a>
262
255
263
256
- question: |
@@ -272,9 +265,6 @@ sections:
272
265
answer: |
273
266
A: Users in the group **TestGroup** lose access to group resources if the users haven't been explicitly assigned to the resources or assigned via a different group rule.
Q: Will my Azure DevOps or Microsoft Entra group get deleted if I remove its group rule?
280
270
answer: |
@@ -342,7 +332,7 @@ sections:
342
332
- question: |
343
333
Q: Why can't I find members from my connected Microsoft Entra ID, even though I'm the global admin?
344
334
answer: |
345
-
A: You're probably a guest in the Microsoft Entra instance that backs Azure DevOps. By default, Microsoft Entra guests can't search in Microsoft Entra ID. That's why you aren't finding users in your connected Microsoft Entra ID to add to your organization.
335
+
A: You're probably a guest in the Microsoft Entra instance that backs Azure DevOps. By default, Microsoft Entra guests can't search in Microsoft Entra ID, which is why you aren't finding users in your connected Microsoft Entra ID to add to your organization.
346
336
347
337
First, check to see if you're a Microsoft Entra guest:
348
338
@@ -359,40 +349,40 @@ sections:
359
349
360
350
1. [Download and install Microsoft Graph PowerShell](/powershell/microsoftgraph/installation).
d. Change the **usertype** from **member** to **guest**:
385
375
386
376
```
387
-
PS Update-MgUser -UserID <replace the ID for the result of the command to search> -UserType Member
377
+
PowerShell Update-MgUser -UserID <replace the ID for the result of the command to search> -UserType Member
388
378
```
389
379
390
380
<a name="users-delay"></a>
391
381
392
382
- question: |
393
383
Q: Why don't users appear or disappear promptly in Azure DevOps after I add or delete them in the Users hub?
394
384
answer: |
395
-
A: If you experience delays finding new users or having deleted users promptly removed from Azure DevOps (for example, in drop-down lists and groups) after you add or delete users, [file a problem report on Developer Community](https://go.microsoft.com/fwlink/?LinkId=820594) so we can investigate.
385
+
A: If you experience delays finding new users or gettings deleted users promptly removed from Azure DevOps (for example, in drop-down lists and groups) after you add or delete users, [file a problem report on Developer Community](https://go.microsoft.com/fwlink/?LinkId=820594) so we can investigate.
0 commit comments