Enable User
appstream_enable_user | R Documentation |
Enables a user in the user pool¶
Description¶
Enables a user in the user pool. After being enabled, users can sign in to AppStream 2.0 and open applications from the stacks to which they are assigned.
Usage¶
appstream_enable_user(UserName, AuthenticationType)
Arguments¶
UserName |
[required] The email address of the user. Users' email addresses are case-sensitive. During login, if they specify an email address that doesn't use the same capitalization as the email address specified when their user pool account was created, a "user does not exist" error message displays. |
AuthenticationType |
[required] The authentication type for the user. You must specify USERPOOL. |
Value¶
An empty list.
Request syntax¶
svc$enable_user(
UserName = "string",
AuthenticationType = "API"|"SAML"|"USERPOOL"|"AWS_AD"
)