# Block User

Blocks a user in the organization

Endpoint: PUT /api/v3.0/orgs/{orgUuid}/users/{userUuid}/block
Version: 3.0
Security: bearer-key

## Path parameters:

  - `orgUuid` (string, required)
    org UUID (from the Mend App: Administration General > Organization UUID).

  - `userUuid` (string, required)
    User UUID (Administration > Users)

## Response 200 fields (application/json):

  - `supportToken` (string)
    Example: "1171c60d"

  - `response` (boolean)

## Response 400 fields (*/*):

  - `supportToken` (string)
    Example: "1171c60d"


