View source: R/finspacedata_operations.R
finspacedata_create_user | R Documentation |
Creates a new user in FinSpace.
See https://www.paws-r-sdk.com/docs/finspacedata_create_user/ for full documentation.
finspacedata_create_user(
emailAddress,
type,
firstName = NULL,
lastName = NULL,
apiAccess = NULL,
apiAccessPrincipalArn = NULL,
clientToken = NULL
)
emailAddress |
[required] The email address of the user that you want to register. The email address serves as a uniquer identifier for each user and cannot be changed after it's created. |
type |
[required] The option to indicate the type of user. Use one of the following options to specify this parameter:
|
firstName |
The first name of the user that you want to register. |
lastName |
The last name of the user that you want to register. |
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.