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.
workdocs_create_user(
OrganizationId = NULL,
Username,
EmailAddress = NULL,
GivenName,
Surname,
Password,
TimeZoneId = NULL,
StorageRule = NULL,
AuthenticationToken = NULL
)
The ID of the organization.
[required] The login name of the user.
The email address of the user.
[required] The given name of the user.
[required] The surname of the user.
[required] The password of the user.
The time zone ID of the user.
The amount of storage for the user.
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.