---
title: "View a User Regulatory Status"
method: GET
path: "/v2.01/{ClientId}/users/{UserId}/regulatory"
tags: ["userRegulatoryStatus"]
---

# View a User Regulatory Status

`GET /v2.01/{ClientId}/users/{UserId}/regulatory`

View a User Regulatory Status

## Path parameters

- `ClientId` string, required
- `UserId` string, required

## Headers

- `Authorization` string, required

## Response `200`

Success

- UserRegulatoryStatusResponse
  - `ActionCode` string — **Returned values:** One of the action codes available in the [Blocked users](/guides/users/blocked-users) article. Code indicating the reason for blocking the user, and steps you can take to get them unblocked.
  - `ScopeBlocked` UserRegulatoryStatusResponseScopeBlocked — Information about which payment flows are blocked for the user.
    - `Inflows` boolean — Whether or not the user is blocked from making pay-ins or sending or receiving transfers.
    - `Outflows` boolean — Whether or not the user is blocked from making payouts or sending or receiving transfers.
  - `KycInformation` UserRegulatoryStatusResponseKycInformation — Information about the Natural or Legal User's upcoming `KycRenewalDeadline` and their `LastKycDate`, as part of Mangopay's [continuous KYC/KYB verification](/guides/users/verification/renewal) obligations. If the User doesn't renew their KYC/KYB verification before the `KycRenewalDeadline`, they are downgraded the day after (UTC) and their `KYCLevel` is changed to `LIGHT`.
    - `LastKycDate` string, nullable — Format: YYYY-MM-DD (UTC, date-only ISO 8601); example: `2025-12-15` The date of the User's last successful KYC/KYB verification, when `KYCLevel` changed from `LIGHT` to `REGULAR`. Returned `null` if the User has never been KYC/KYB-verified.
    - `KycRenewalDeadline` string, nullable — Format: YYYY-MM-DD (UTC, date-only ISO 8601); example: `2026-12-15` The date after which the User is KYC/KYB downgraded, and their `KYCLevel` changed from `REGULAR` to `LIGHT`, unless they successfully complete the KYC/KYB verification process again. May be in the past if the User didn't renew their verification. Returned `null` if the User has never been KYC/KYB-verified.
  - `Id` string — The unique identifier of the user.

## Changes

- **2026-09-02** `cc8dc09357bb` — 1 info
  - added the optional property `KycInformation` to the response with the `200` status

[Change history](https://skmtc.dev/mangopay/apis/api-reference/changes/v2.01/:ClientId/users/:UserId/regulatory/get.md)

---

[API](https://skmtc.dev/mangopay/apis/api-reference.md) · [All operations](https://skmtc.dev/mangopay/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mangopay/api-reference/revisions/cc8dc09357bb/schema)
