Skip to content

Block User

Request

Blocks a user in the organization

Security
bearer-key
Path
orgUuidstringrequired

org UUID (from the Mend App: Administration General > Organization UUID).

userUuidstringrequired

User UUID (Administration > Users)

PUT
/api/v3.0/orgs/{orgUuid}/users/{userUuid}/block
curl -i -X PUT \
  'https://baseUrl/api/v3.0/orgs/{orgUuid}/users/{userUuid}/block' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK

Bodyapplication/json
supportTokenstring(Support Token)
Example:"1171c60d"
responseboolean
Response
{ "supportToken": "1171c60d", "response": true }