v1
latestSwagger 2.02026-07-135658136.3 KBOAuth2PermissionGrant_List
Queries OAuth2 permissions grants for the relevant SP ObjectId of an app.
get/{tenantID}/oauth2PermissionGrants
Path parameters
tenantIDstring required
The tenant ID.
Query parameters
$filterstring
This is the Service Principal ObjectId associated with the app
api-versionstring required
Client API version.
Response
OK. The operation was successful.
Example response
{
"value": [
{
"odata.type": "odata.type",
"resourceId": "resourceId",
"clientId": "clientId",
"scope": "scope",
"expiryTime": "expiryTime",
"consentType": "consentType",
"principalId": "",
"startTime": "startTime"
}
]
}