Reset Password
workmail_reset_password | R Documentation |
Allows the administrator to reset the password for a user¶
Description¶
Allows the administrator to reset the password for a user.
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. |
Value¶
An empty list.
Request syntax¶
svc$reset_password(
OrganizationId = "string",
UserId = "string",
Password = "string"
)