【发布时间】:2022-11-10 21:41:44
【问题描述】:
我第一次使用 Microsoft On Premise Azure Devops Server,我创建了一个项目,我需要在项目中将用户添加到我们的团队,但我不能,下图显示:未找到身份.
请我想知道可以添加哪些用户以及如何添加它。
谢谢。
【问题讨论】:
-
使用他们的活动目录身份。
标签: azure azure-devops azure-active-directory
我第一次使用 Microsoft On Premise Azure Devops Server,我创建了一个项目,我需要在项目中将用户添加到我们的团队,但我不能,下图显示:未找到身份.
请我想知道可以添加哪些用户以及如何添加它。
谢谢。
【问题讨论】:
标签: azure azure-devops azure-active-directory
你可以直接在 Project/Team 中添加属于您的 Azure Active Directory 成员的用户, 成员格式为user@<AzureADprimarydomain> (ex: user@test.onmicrosoft.com)如下所示:
但要添加外部用户,您必须先邀请他们加入您的组织和然后将它们添加到项目/团队中.你可以去organization settings >> users >> add new users >> provide the email-id >> add which project the user will be part of and also select the permission level of the user >> add.
参考:
Microsoft Documentation
Add Users to Organization and Manage Access
【讨论】: