Forum Discussion
mwetzko
Jan 25, 2021Copper Contributor
Setting printer capabilities and defaults
Registering a printer with an API call of either https://graph.microsoft.com/print/printers/create using scope "Printer.Create" or https://register.print.microsoft.com/api/v1.0/register using scop...
mwetzko
Jan 27, 2021Copper Contributor
So after getting some help on github , the following does the trick
.WithAuthority(AzureCloudInstance.AzurePublic, "{tenantIdOfClientApplication}")
Using
"organizations"as tenant id does not work.