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.