View source: R/finspacedata_operations.R
finspacedata_associate_user_to_permission_group | R Documentation |
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
)
permissionGroupId |
[required] The unique identifier for the permission group. |
userId |
[required] The unique identifier for the user. |
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.