View source: R/finspacedata_operations.R
finspacedata_update_user | R Documentation |
Modifies the details of the specified user. You cannot update the userId
for a user.
See https://www.paws-r-sdk.com/docs/finspacedata_update_user/ for full documentation.
finspacedata_update_user(
userId,
type = NULL,
firstName = NULL,
lastName = NULL,
apiAccess = NULL,
apiAccessPrincipalArn = NULL,
clientToken = NULL
)
userId |
[required] The unique identifier for the user that you want to update. |
type |
The option to indicate the type of user.
|
firstName |
The first name of the user. |
lastName |
The last name of the user. |
apiAccess |
The option to indicate whether the user can use the
|
apiAccessPrincipalArn |
The ARN identifier of an AWS user or role that is allowed to call the
|
clientToken |
A token that ensures idempotency. This token expires in 10 minutes. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.