---
title: "peopleTransparency"
method: POST
path: "/people-transparency"
tags: ["transparency"]
---

# peopleTransparency

`POST /people-transparency`

Request to create or update transparency actions related to a pguid

## Request body

- object
  - `data` TransparencyPeopleRequest
    - `pguid` string — person global ID.
    - `action` 'NOTIFY' | 'CLASSIFIED' | 'REMOVE' — transparency action
    - `enabled` string
    - `groups` object[] — groups the pguid belongs to

## Response `201`

Created

- TransparencyPeopleResponse
  - `status` string — transaction status.
  - `data` TransparencyPeopleRequest
    - `pguid` string — person global ID.
    - `action` 'NOTIFY' | 'CLASSIFIED' | 'REMOVE' — transparency action
    - `enabled` string
    - `groups` object[] — groups the pguid belongs to

## Other responses

- `202` — Updated
- `400` — Validation Error
- `500` — Internal error

---

[API](https://skmtc.net/griaule/apis/gbds-api.md) · [All operations](https://skmtc.net/griaule/apis/gbds-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/griaule/gbds-api/versions/fa80f482ec5e/schema)
