For the complete documentation index, see llms.txt. This page is also available as Markdown.

Start remote desktop configuration

Creates or updates the desktop client configuration of the user. Returns an enrollment token, valid for 24 hours, and the URL the user opens to finish the setup. The user can also be notified by email.

post
Authorizations
defguard_sessionstringRequired
Path parameters
usernamestringRequired

Name of the user.

Body
emailstring · nullableOptional
send_enrollment_notificationbooleanOptional
token_expiration_timestring · nullableOptional
Responses
201

Enrollment token and URL.

application/json
objectOptional
post/api/v1/user/{username}/start_desktop

Last updated

Was this helpful?