Creates a user in FinSpace kdb environment with an associated IAM role.
See https://www.paws-r-sdk.com/docs/finspace_create_kx_user/ for full documentation.
finspace_create_kx_user(
environmentId,
userName,
iamRole,
tags = NULL,
clientToken = NULL
)
[required] A unique identifier for the kdb environment where you want to create a user.
[required] A unique identifier for the user.
[required] The IAM role ARN that will be associated with the user.
A list of key-value pairs to label the user. You can add up to 50 tags to a user.
A token that ensures idempotency. This token expires in 10 minutes.