finspacedata_reset_user_password: Resets the password for a specified user ID and generates a...

View source: R/finspacedata_operations.R

finspacedata_reset_user_passwordR Documentation

Resets the password for a specified user ID and generates a temporary one

Description

Resets the password for a specified user ID and generates a temporary one. Only a superuser can reset password for other users. Resetting the password immediately invalidates the previous password associated with the user.

See https://www.paws-r-sdk.com/docs/finspacedata_reset_user_password/ for full documentation.

Usage

finspacedata_reset_user_password(userId, clientToken = NULL)

Arguments

userId

[required] The unique identifier of the user that a temporary password is requested for.

clientToken

A token that ensures idempotency. This token expires in 10 minutes.


paws.storage documentation built on Sept. 12, 2023, 1:23 a.m.