Link device to user
PUT/users/:externalUserId/devices/:hardwareId
Requires devices:write. Creates an unknown device. If the device belongs
to another user in the same app, ownership is reassigned and the previous
external user ID is returned.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 413
- 429
- 503
Device linked
Invalid request
Missing
Token lacks the required scope
Resource not found in the token app
Request or arbitrary JSON payload is too large
App-wide per-minute quota exceeded
Response Headers
Retry-After
Seconds until the next fixed UTC minute window.
Authentication