Returns a zip file with RDP configuration files for the Windows VMs in the range.Use rangeID to specify which range to get RDP configs for. If rangeID is not provided, the user's default range will be used. Use userID to get RDP configs for a different user's range (admins only).
Request
Authorization
JWT Bearer
Add the parameter
Authorization
to Headers
Example:
Authorization: ********************
or
API Key
Add parameter in header
X-API-KEY
Example:
X-API-KEY: ********************
or
Query Params
Responses
🟢200OK
application/zip
a zip file
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://mock.apidog.com/m1/1126461-0-default/range/rdpconfigs?rangeID&userID' \
--header'X-API-KEY: <api-key>'