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
Is it possible to use azure.devops.v5_0.graph module?
Can't find any sample that supports the functionality to create a new user from AAD to azure devops.
Is it possible to use azure.devops.v5_0.graph module?
Can't find any sample that supports the functionality to create a new user from AAD to azure devops.
Do we have something like this in python? :
https://github.com/microsoft/azure-devops-dotnet-samples/blob/master/ClientLibrary/Samples/Graph/UsersSample.cs
I am able to list the users. But cannot create a new user as 'GraphUserPrincipalNameContext' class is not available in the API.