> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mangopay.com/llms.txt
> Use this file to discover all available pages before exploring further.

# The User Regulatory Status object

### Description

Mangopay teams can block a user's ability to initiate transactions (pay-ins, transfers, and payouts) when fraudulent behavior or a compliance risk is suspected. 

The User Regulatory Status object provides information about the blocked inflows and/or outflows for a given user.

### Attributes

<ParamField body="ActionCode" type="string">
  **Returned values:** One of the action codes available in the <a href="/guides/users/blocked-users">Blocked users</a> article.

  Code indicating the reason for blocking the user, and steps you can take to get them unblocked.
</ParamField>

<ParamField body="ScopeBlocked" type="object">
  Information about which payment flows are blocked for the user.

  <Expandable title="properties" defaultOpen>
    <ParamField body="Inflows" type="boolean">
      Whether or not the user is blocked from making pay-ins or sending or receiving transfers.
    </ParamField>

    <ParamField body="Outflows" type="boolean">
      Whether or not the user is blocked from making payouts or sending or receiving transfers.
    </ParamField>
  </Expandable>
</ParamField>

<ParamField body="Id" type="string">
  The unique identifier of the user.
</ParamField>

### Related resources

<Card title="Guide" href="/guides/users/blocked-users">Learn more about blocked users</Card>
