---
title: "Get details of organization account"
method: GET
path: "/Organizations/{OrganizationSid}/Accounts/{AccountSid}"
tags: ["OrganizationAccounts"]
---

# Get details of organization account

`GET /Organizations/{OrganizationSid}/Accounts/{AccountSid}`

## Path parameters

- `OrganizationSid` string, OrganizationSid, required
- `AccountSid` string, AccountSid, required

## Response `200`

Get details of organization account

- PublicApiAccountResponse — Page content
  - `account_sid` string, AccountSid — Twilio account sid
  - `friendly_name` string — Account friendly name
  - `status` 'active' | 'suspended' | 'pending_closure' | 'closed' — Account status
  - `owner_sid` string, UserSid — Twilio account sid
  - `date_created` string, date-time — The date and time when the account was created in the system

## Other responses

- `403` — Unauthorized
- `404` — Account does not belong to Organization

---

[API](https://skmtc.net/twilio/apis/iam-organizations.md) · [All operations](https://skmtc.net/twilio/apis/iam-organizations/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/iam-organizations/revisions/36dcc2ee4b55/schema)
