GET /api/tenants/{licenseKey}/profile
Returns the publishing profile in XML format for the tenant with the supplied license key. See: https://docs.microsoft.com/en-us/visualstudio/deployment/tutorial-import-publish-settings-azure?view=vs-2019
Request
Parameter | Description | Additional information |
---|---|---|
licenseKey | The license key that goes with the tenant. | Define this parameter in the url. |
Response
The publishing profile for the tenant.
Example
{ "Name": "sample string 1", "GitPassword": "sample string 2", "FtpUrl": "sample string 3", "FtpPassword": "sample string 4", "FtpUsername": "sample string 5", "GitUrl": "sample string 6", "GitUsername": "sample string 7" }