finspace_list_kx_users {paws.management} | R Documentation |
Lists all the users in a kdb environment
Description
Lists all the users in a kdb environment.
See https://www.paws-r-sdk.com/docs/finspace_list_kx_users/ for full documentation.
Usage
finspace_list_kx_users(environmentId, nextToken = NULL, maxResults = NULL)
Arguments
environmentId |
[required] A unique identifier for the kdb environment. |
nextToken |
A token that indicates where a results page should begin. |
maxResults |
The maximum number of results to return in this request. |
[Package paws.management version 0.9.0 Index]