---
title: "Applications that the service principal is assigned to."
method: GET
path: "/{tenantID}/servicePrincipals/{objectId}/appRoleAssignments"
tags: ["ServicePrincipalAppRoleAssignments"]
---

# Applications that the service principal is assigned to.

`GET /{tenantID}/servicePrincipals/{objectId}/appRoleAssignments`

## Path parameters

- `objectId` string, required
- `tenantID` string, required

## Query parameters

- `api-version` string, required

## Response `200`

OK. The operation was successful.

- AppRoleAssignmentListResult — AppRoleAssignment list operation result.
  - `value` AppRoleAssignment[] — A collection of AppRoleAssignment.
    - `objectId` string — The object ID.
    - `objectType` string, required — The object type.
    - `deletionTimestamp` string, date-time, nullable — The time at which the directory object was deleted.
  - `odata.nextLink` string — The URL to get the next set of results.

## Other responses

- `default` — Error response describing why the operation failed.

---

[API](https://skmtc.net/azure/apis/graphrbacmanagementclient.md) · [All operations](https://skmtc.net/azure/apis/graphrbacmanagementclient/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/graphrbacmanagementclient/revisions/71d95005600e/schema)
