workmail_reset_password {paws.end.user.computing} | R Documentation |
Allows the administrator to reset the password for a user
Description
Allows the administrator to reset the password for a user.
See https://www.paws-r-sdk.com/docs/workmail_reset_password/ for full documentation.
Usage
workmail_reset_password(OrganizationId, UserId, Password)
Arguments
OrganizationId |
[required] The identifier of the organization that contains the user for which the password is reset. |
UserId |
[required] The identifier of the user for whom the password is reset. |
Password |
[required] The new password for the user. |
[Package paws.end.user.computing version 0.9.0 Index]