Skip to content

Sign Out User

worklink_sign_out_user R Documentation

Signs the user out from all of their devices

Description

Signs the user out from all of their devices. The user can sign in again if they have valid credentials.

Usage

worklink_sign_out_user(FleetArn, Username)

Arguments

FleetArn

[required] The ARN of the fleet.

Username

[required] The name of the user.

Value

An empty list.

Request syntax

svc$sign_out_user(
  FleetArn = "string",
  Username = "string"
)