Created
April 6, 2022 06:04
-
-
Save MahdiKarimipour/bf6d9d7c062a0b4d108f9a9561dcc1d4 to your computer and use it in GitHub Desktop.
Invite User to Azure DevOps Organisation: Call API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var (result, respond) = await apiCall.PatchAsync<InviteUserToOrganisationResponseDto>( | |
| url: url, | |
| password: appSecrets.AzureDevOpsToken, | |
| body: request); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment