Devices
List User Devices
List all active devices for a specific user
GET
This endpoint requires authentication and the
viewUserDevices permission.Path Parameters
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.Unique identifier for the token (UUID)
Information about the device
Timestamp when the token was last used
Timestamp when the token was created
Timestamp when the token expires
Error Responses
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
