Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amgdy/azure-devops-project-team-members
Gets all projects and its team members and show whether the team member is an administrator for the team or not.
https://github.com/amgdy/azure-devops-project-team-members
azure-devops rest-api soap team-members
Last synced: 1 day ago
JSON representation
Gets all projects and its team members and show whether the team member is an administrator for the team or not.
- Host: GitHub
- URL: https://github.com/amgdy/azure-devops-project-team-members
- Owner: amgdy
- License: mit
- Created: 2019-12-14T19:38:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:26:20.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T14:51:11.288Z (over 1 year ago)
- Topics: azure-devops, rest-api, soap, team-members
- Language: C#
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# azure-devops-project-team-members
Gets all projects and its team members and show whether the team member is an administrator for the team or not.- **AzdoProjectTeamMembers.Soap** Uses the legacy SOAP Client Apis
- **AzdoProjectTeamMembers.Rest** Uses the REST Web APi Client ApisThe code should work on both Azure DevOps Services and Azure DevOps Server 2019.