Removes a user from a permission group.
See https://www.paws-r-sdk.com/docs/finspacedata_disassociate_user_from_permission_group/ for full documentation.
finspacedata_disassociate_user_from_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.