Skip to content

Suspend device for user

Request

Suspends the specified device for the given user. This requires a client access token of the application, and must be called from the backend.

Required permissions: apps:edit, [appId]:edit, devices:edit.

Security
ClientAccessToken
Path
user_idstringrequired

User ID

device_idstringrequired

Device ID

curl -i -X POST \
  'https://api.sbx.transmitsecurity.io/cis/v1/users/{user_id}/devices/{device_id}/suspend' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Device suspended