Skip to main content
POST
/
api
/
admin
/
security
/
threats
/
{incidentId}
/
suspend-user
Suspend the user flagged by a Praxis Shield incident
curl --request POST \
  --url https://pria.praxislxp.com/api/admin/security/threats/{incidentId}/suspend-user \
  --header 'x-access-token: <api-key>'
{
  "success": true,
  "suspendedMemberships": 123,
  "userDeactivated": true,
  "tokensRevoked": true
}

Authorizations

x-access-token
string
header
required

JWT token passed in x-access-token header

Path Parameters

incidentId
string
required

Incident id (drives the target user and the institution scope)

Response

Suspend applied

success
boolean
scope
enum<string>
Available options:
global,
institution
suspendedMemberships
integer
userDeactivated
boolean
tokensRevoked
boolean