workdocs_update_user: Updates the specified attributes of the specified user, and...

View source: R/workdocs_operations.R

workdocs_update_userR Documentation

Updates the specified attributes of the specified user, and grants or revokes administrative privileges to the Amazon WorkDocs site

Description

Updates the specified attributes of the specified user, and grants or revokes administrative privileges to the Amazon WorkDocs site.

See https://www.paws-r-sdk.com/docs/workdocs_update_user/ for full documentation.

Usage

workdocs_update_user(
  AuthenticationToken = NULL,
  UserId,
  GivenName = NULL,
  Surname = NULL,
  Type = NULL,
  StorageRule = NULL,
  TimeZoneId = NULL,
  Locale = NULL,
  GrantPoweruserPrivileges = NULL
)

Arguments

AuthenticationToken

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

UserId

[required] The ID of the user.

GivenName

The given name of the user.

Surname

The surname of the user.

Type

The type of the user.

StorageRule

The amount of storage for the user.

TimeZoneId

The time zone ID of the user.

Locale

The locale of the user.

GrantPoweruserPrivileges

Boolean value to determine whether the user is granted Power user privileges.


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.