Skip to main content
GET
This endpoint requires authentication and the viewUserDevices permission.

Path Parameters

string
required
The UUID of the user whose devices to list

Response

Returns an array of active devices. Each device represents a refresh token and its associated access token.
string
Unique identifier for the token (UUID)
object
Information about the device
string
Timestamp when the token was last used
string
Timestamp when the token was created
string
Timestamp when the token expires

Error Responses

object
Error details when the request fails
Common error cases:
  • 400 Bad Request: Invalid user ID format
  • 401 Unauthorized: Missing or invalid access token
  • 403 Forbidden: Insufficient permissions (missing viewUserDevices)
  • 404 Not Found: User not found