Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MahdiKarimipour/bf6d9d7c062a0b4d108f9a9561dcc1d4 to your computer and use it in GitHub Desktop.
Save MahdiKarimipour/bf6d9d7c062a0b4d108f9a9561dcc1d4 to your computer and use it in GitHub Desktop.
Invite User to Azure DevOps Organisation: Call API
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