workdocs_create_user: Creates a user in a Simple AD or Microsoft AD directory

View source: R/workdocs_operations.R

workdocs_create_userR Documentation

Creates a user in a Simple AD or Microsoft AD directory

Description

Creates a user in a Simple AD or Microsoft AD directory. The status of a newly created user is "ACTIVE". New users can access Amazon WorkDocs.

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

Usage

workdocs_create_user(
  OrganizationId = NULL,
  Username,
  EmailAddress = NULL,
  GivenName,
  Surname,
  Password,
  TimeZoneId = NULL,
  StorageRule = NULL,
  AuthenticationToken = NULL
)

Arguments

OrganizationId

The ID of the organization.

Username

[required] The login name of the user.

EmailAddress

The email address of the user.

GivenName

[required] The given name of the user.

Surname

[required] The surname of the user.

Password

[required] The password of the user.

TimeZoneId

The time zone ID of the user.

StorageRule

The amount of storage for the user.

AuthenticationToken

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


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