workdocs_describe_users {paws.end.user.computing} | R Documentation |
Describes the specified users
Description
Describes the specified users. You can describe all users or filter the results (for example, by status or organization).
See https://www.paws-r-sdk.com/docs/workdocs_describe_users/ for full documentation.
Usage
workdocs_describe_users(
AuthenticationToken = NULL,
OrganizationId = NULL,
UserIds = NULL,
Query = NULL,
Include = NULL,
Order = NULL,
Sort = NULL,
Marker = NULL,
Limit = NULL,
Fields = NULL
)
Arguments
AuthenticationToken |
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API. |
OrganizationId |
The ID of the organization. |
UserIds |
The IDs of the users. |
Query |
A query to filter users by user name. Remember the following about the
|
Include |
The state of the users. Specify "ALL" to include inactive users. |
Order |
The order for the results. |
Sort |
The sorting criteria. |
Marker |
The marker for the next set of results. (You received this marker from a previous call.) |
Limit |
The maximum number of items to return. |
Fields |
A comma-separated list of values. Specify "STORAGE_METADATA" to include the user storage quota and utilization information. |