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.
workdocs_update_user(
AuthenticationToken = NULL,
UserId,
GivenName = NULL,
Surname = NULL,
Type = NULL,
StorageRule = NULL,
TimeZoneId = NULL,
Locale = NULL,
GrantPoweruserPrivileges = NULL
)
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
[required] The ID of the user.
The given name of the user.
The surname of the user.
The type of the user.
The amount of storage for the user.
The time zone ID of the user.
The locale of the user.
Boolean value to determine whether the user is granted Power user privileges.