Skip to content

Deactivate User

workdocs_deactivate_user R Documentation

Deactivates the specified user, which revokes the user's access to Amazon WorkDocs

Description

Deactivates the specified user, which revokes the user's access to Amazon WorkDocs.

Usage

workdocs_deactivate_user(UserId, AuthenticationToken)

Arguments

UserId

[required] The ID of the user.

AuthenticationToken

Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.

Value

An empty list.

Request syntax

svc$deactivate_user(
  UserId = "string",
  AuthenticationToken = "string"
)