POST api/v1/Reports/AAD/PostAADAdminConsent
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
AADAdminConsentName | Description | Type | Additional information |
---|---|---|---|
TenantId | string |
None. |
|
ClientId | string |
None. |
|
TenantName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "TenantId": "sample string 1", "ClientId": "sample string 2", "TenantName": "sample string 3" }
text/html
Sample:
{"TenantId":"sample string 1","ClientId":"sample string 2","TenantName":"sample string 3"}
text/xml
Sample:
<AADAdminConsent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShotClassCore.Models"> <ClientId>sample string 2</ClientId> <TenantId>sample string 1</TenantId> <TenantName>sample string 3</TenantName> </AADAdminConsent>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json, text/html
Sample:
true
text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>