---
title: "Get"
method: GET
path: "/api/v1/settings/identity-policy-defaults"
tags: ["Identity Policy Defaults"]
---

# Get

`GET /api/v1/settings/identity-policy-defaults`

Get returns the tenant's default identity policies.

## Response `200`

Successful response

- C1ApiIdentityPlatformV1IdentityPolicyTenantDefaultsServiceGetResponse — The IdentityPolicyTenantDefaultsServiceGetResponse message.
  - `defaults` C1ApiIdentityPlatformV1IdentityPolicyTenantDefaults — IdentityPolicyTenantDefaults is the tenant-wide set of default identity policies applied when no more specific policy matches a user.
    - `createdAt` string, date-time, nullable
    - `credentialInventoryPolicyId` string — The default credential inventory policy (which credential types users may enroll).
    - `enrollmentRequirementId` string — The default enrollment requirement.
    - `recoveryPolicyId` string — The default recovery policy.
    - `resourcePolicyId` string — The default resource policy.
    - `sessionPolicyId` string — The default session policy.
    - `signInPolicyId` string — The default sign-in policy.
    - `universalPromiseIds` string[], nullable — Tenant-wide promises every user must satisfy (e.g. terms-of-service acceptance).
    - `updatedAt` string, date-time, nullable

---

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