---
title: "Get Accounts"
method: GET
path: "/organizations/{organization_id}/accounts"
tags: ["Accounts"]
---

# Get Accounts

`GET /organizations/{organization_id}/accounts`

Returns the account details of the associated organization

## Path parameters

- `organization_id` string, required

## Query parameters

- `pageSize` integer
- `offset` integer

## Response `200`

200 response

- GetOrganizationsAccountsResponse
  - `avatar_image` string
  - `color` string
  - `created_at` string, date-time
  - `credential` object
    - `access_role_arn` string
    - `account_id` string
    - `cloudformation_s3_url` string
    - `created_at` string, date-time
    - `external_id` string
    - `has_agreed` boolean
    - `state` string
    - `state_reason` string
    - `updated_at` string, date-time
  - `default_timezone_location` string
  - `deleted_at` string
  - `id` string
  - `initials` string
  - `is_active` boolean
  - `is_legal_hold_account` boolean
  - `name` string
  - `organization` object
    - `avatar_url` string
    - `aws_marketplace_customer_id` string
    - `billing_id` integer
    - `created_at` string, date-time
    - `current_spend` string
    - `customer_id` string
    - `deleted_at` string
    - `has_principal_logged_in` boolean
    - `id` string
    - `is_active` boolean
    - `is_trial` boolean
    - `mfa_enabled` boolean
    - `name` string
    - `new_adr_enabled` boolean
    - `principal_email` string
    - `recurly_account_id` string
    - `recurly_plan_code` string
    - `sf_account_id` string
    - `subscription_began_at` string, date-time
    - `subscription_expires_at` string, date-time
    - `trial_expires_at` string
    - `updated_at` string, date-time
  - `organization_id` string
  - `settings` object
    - `account_id` string
    - `backup_recipients_json` string
    - `created_at` string, date-time
    - `failure_recipients_json` string
    - `filedownload_recipients_json` string
    - `fls_bucket` string
    - `fls_enabled` boolean
    - `fls_index_setting` string
    - `send_backup_notifications` boolean
    - `send_download_notifications` boolean
    - `send_failure_notifications` boolean
    - `send_server_notifications` boolean
    - `send_warning_notifications` boolean
    - `server_recipients_json` string
    - `sync_schedule` string
    - `updated_at` string, date-time
    - `warning_recipients_json` string
  - `type` string
  - `updated_at` string, date-time

## Other responses

- `201` — 201 response
- `401` — 401 response
- `403` — 403 response
- `404` — 404 response

---

[API](https://skmtc.net/druva/apis/authentication.md) · [All operations](https://skmtc.net/druva/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/druva/authentication/versions/2af2bf148b25/schema)
