Adds a user to a permission group to grant permissions for actions a user can perform in FinSpace.
See https://www.paws-r-sdk.com/docs/finspacedata_associate_user_to_permission_group/ for full documentation.
finspacedata_associate_user_to_permission_group(
permissionGroupId,
userId,
clientToken = NULL
)
[required] The unique identifier for the permission group.
[required] The unique identifier for the user.
A token that ensures idempotency. This token expires in 10 minutes.