---
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.
  - `Id` string — The unique identifier of the user.

---

[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/fafbd0c69654/schema)
