v1

latestOpenAPI 3.0.02026-07-145658104.5 KB
OAuth2PermissionGrant_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.

odata.nextLinkstring

the URL to get the next set of results.

Example response

{
  "value": [
    {
      "clientId": "clientId",
      "consentType": "consentType",
      "expiryTime": "expiryTime",
      "odata.type": "odata.type",
      "principalId": "",
      "resourceId": "resourceId",
      "scope": "scope",
      "startTime": "startTime"
    }
  ]
}