MarcoM
MarcoM

Reputation: 1204

Azure DevOps: add a user to a Project but not to the Organization

Is it possible to add a User to a specific Project without adding her/him to the Organization?

I need to add an external developer to the project but I'd like to limit as much as possible her/his visibility on other organization members and projects.

Upvotes: 0

Views: 1791

Answers (1)

Kevin Lu-MSFT
Kevin Lu-MSFT

Reputation: 35564

Is it possible to add a User to a specific Project without adding her/him to the Organization?

Agree with GeralexGR. I am afraid that there is no method to add a user to a Project but not to the Organization.

When a user is added to a project, the user will be added to the organization as a member of the organization.

Based on your requirement, you want to limit as much as possible her/his visibility on other organization members and projects.

I suggest that you can add the user to Project-Scoped Users Group in Organization Settings -> Permissions.

Here is the doc: Limit user visibility for projects and more

Then the user will have no access to see the members at Organization level.

At the same time, you can grant user the access to target project in Organization Settings -> Users -> Target User -> Manager User .

Upvotes: 2

Related Questions