Veeam Backup for Microsoft Azure 5.0
REST API Reference
Related documents
User GuideIntegration with Veeam Backup & Replication Guide
Veeam Backup for AWS User GuideVeeam Backup for Google Cloud User GuideVeeam Backup & Replication User Guide
Search for "" in this document
Search
Veeam Backup for Microsoft Azure 5.0
REST API Reference
  • Overview
  • Resource URLs
  • Versioning
  • Authorization and Security
    • Authorization in REST API
      • Requesting Authorization
      • Using Refresh Token
      • Performing Logout
    • Multi-Factor Authentication
  • HTTP Methods
    • GET Method
    • POST Method
    • PUT Method
    • DELETE Method
  • Query Parameters
    • Offset Parameter
    • Limit Parameter
    • SearchPattern Parameter
    • Filter Parameters
  • Pagination
  • Evaluation with Swagger UI
    • Authorization with Swagger UI
    • Sending Requests
  • Veeam Backup for Microsoft Azure REST API References
  • REST API Changelog
    • Breaking Changes
    • Resource Changes
    • New Operations
    • Deleted Resources
>REST API Reference>HTTP Methods>POST Method

POST Method

In this article

    The HTTP POST method is used in two different ways:

    • To create a new resource, for example, to create a user.
    • To perform an operation, for example, to enable MFA.

    Post a New Resource

    For example, to create a user, send the following request:

    POST https://51.11.247.127/api/v5/users

    Post an Action

    For example, to enable MFA for a user with the ID 1234, send the following request:

    POST https://51.11.247.127/api/v5/users/1234/enableMfa

    In case of success, the HTTP POST method returns the 200 or 204 response code.

    Page updated 11/29/2022

    Send feedback
    Home | Products | Forums | Support | Contact Sales | EULA

    ©{%YEAR%} Veeam® Software Privacy Notice | Cookie Notice | Cookie Settings

    View all results across Veeam
    Back to document search
    I want to report a typo

    There is a misspelling right here:

     

    I want to let the Veeam Documentation Team know about that.

    Submit report