---
title: "Get Organization settings"
method: GET
path: "/organizations/settings"
tags: ["Organization"]
---

# Get Organization settings

`GET /organizations/settings`

Gets Organization settings

## Response `200`

Successful operation.

- object
  - `ok` boolean
  - `result` object[]
    - `nda` object
      - `memberRequiredForDefaultNda` boolean — Indicates whether the default provider requires a member to be created simultaneously
      - `defaultNdaProvider` 'none' | 'clickwrap' | 'docusign' | 'override' — One of the available NDA options. If the ndaProvider field is not set, NDA provider will be set to the organization's default NDA provider.
      - `enabledNdaProviders` object[] — List of all enabled NDA Providers for an org
        - `memberRequiredForNda` boolean — Indicates whether the default provider requires a member to be created simultaneously
        - `provider` 'none' | 'clickwrap' | 'docusign' | 'override' — One of the available NDA options. If the ndaProvider field is not set, NDA provider will be set to the organization's default NDA provider.
        - `label` string — The user facing label for a given provider
    - `permissionProfiles` object
      - `defaultProfileId` string, uuid
      - `defaultProfileIds` string[]
      - `profiles` object[]
        - `id` string, uuid
        - `name` string
        - `description` string
    - `accessExpiration` object
      - `defaultExpiration` number — This is the length of expiration in minutes

## Other responses

- `400` — Invalid request
- `403` — Invalid api key / missing scope
- `404` — Not found or no access
- `405` — Method not allowed

---

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