finspacedata_list_users_by_permission_group {paws.storage} | R Documentation |
Lists details of all the users in a specific permission group
Description
Lists details of all the users in a specific permission group.
See https://www.paws-r-sdk.com/docs/finspacedata_list_users_by_permission_group/ for full documentation.
Usage
finspacedata_list_users_by_permission_group(
permissionGroupId,
nextToken = NULL,
maxResults
)
Arguments
permissionGroupId |
[required] The unique identifier for the permission group. |
nextToken |
A token that indicates where a results page should begin. |
maxResults |
[required] The maximum number of results per page. |
[Package paws.storage version 0.6.0 Index]