---
title: "Check the credentials of an existing Resource Account"
method: POST
path: "/orgs/{orgId}/resources/accounts/{accId}/actions/check"
tags: ["public", "ResourceAccount"]
---

# Check the credentials of an existing Resource Account

`POST /orgs/{orgId}/resources/accounts/{accId}/actions/check`

Check the validity of a Resource Account and return any problems that may cause it to not work as expected.

## Path parameters

- `orgId` string, required
- `accId` string, required

## Response `200`

The updated Account Type.

- CheckResourceAccountData — The successful check response details.
  - `identity_fields` CheckResourceAccountField[], required — A set of identity fields and properties resulting from the account check.
    - `id` string, required
    - `description` string, required
    - `value` string, required
  - `warnings` string[] — A list of warnings related to this account.

## Other responses

- `400` — The Resource Account is not valid or could not be validated.

---

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