---
title: "GET /{tenantID}/applications/{applicationObjectId}/passwordCredentials"
method: GET
path: "/{tenantID}/applications/{applicationObjectId}/passwordCredentials"
tags: ["ApplicationPasswordCredentials"]
---

# GET /{tenantID}/applications/{applicationObjectId}/passwordCredentials

`GET /{tenantID}/applications/{applicationObjectId}/passwordCredentials`

Get the passwordCredentials associated with an application.

## Path parameters

- `applicationObjectId` string, required
- `tenantID` string, required

## Query parameters

- `api-version` string, required

## Response `200`

OK. The operation was successful.

- PasswordCredentialListResult — PasswordCredential list operation result.
  - `value` PasswordCredential[] — A collection of PasswordCredentials.
    - `startDate` string, date-time — Start date.
    - `endDate` string, date-time — End date.
    - `keyId` string — Key ID.
    - `value` string — Key value.
    - `customKeyIdentifier` string, byte — Custom Key Identifier

## 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)
