---
title: "Get PasswordPolicy"
method: GET
path: "/api/passwordPolicies/{id}"
tags: ["PasswordPolicy"]
---

# Get PasswordPolicy

`GET /api/passwordPolicies/{id}`

Get PasswordPolicy

## Response `200`

PasswordPolicy record

- object
  - `ruleText` string — The Password Policy's description, intended for display to the end user.
  - `ruleRegExp` string — The Password Policy's regular expression, which must "match" the entered password for it to be considered valid.
  - `companyId` string — The id of the company that this Password Policy belongs to. If not supplied, for a System Admin, defaults to null (global rule for all users/companies). For Company Admin, defaults to the user's companyId. If specified by a Company Admin, it MUST match their own company.
  - `id` string

## Other responses

- `403` — Authenticated user not allowed to perform this operation
- `404` — PasswordPolicy not found

---

[API](https://skmtc.dev/cablelabs/apis/lpwan-server.md) · [All operations](https://skmtc.dev/cablelabs/apis/lpwan-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cablelabs/lpwan-server/revisions/a77a7d2af072/schema)
