User Device
Disable user device by user_id or username and device_id.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200
Success.
application/json
resultstring · enumRequiredPossible values:
400
Bad request.
application/json
401
Not authorized.
application/json
404
Not found.
application/json
415
Unsupported Content-Type in request.
application/json
500
Internal server error.
application/json
503
Internal server error.
application/json
post
/partner/v2/disableDeviceRequest user information by user_id or username.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
or
Responses
200
Response with user object.
application/json
resultstring · enumRequiredPossible values:
400
Bad request.
application/json
401
Not authorized.
application/json
404
Not found.
application/json
415
Unsupported Content-Type in request.
application/json
500
Internal server error.
application/json
503
Internal server error.
application/json
post
/partner/v2/getUserRequest list of active user devices by user_id or username.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
or
Responses
200
Response with list of devices.
application/json
resultstring · enumRequiredPossible values:
400
Bad request.
application/json
401
Not authorized.
application/json
404
Not found.
application/json
415
Unsupported Content-Type in request.
application/json
500
Internal server error.
application/json
503
Internal server error.
application/json
post
/partner/v2/getUserDevicesLast updated
Was this helpful?