Creates a user in a Simple AD or Microsoft AD directory
Source:R/workdocs_operations.R
workdocs_create_user.RdCreates 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.