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
UseridsandQueryparameters:If you don't use either parameter, the API returns a paginated list of all users on the site.
If you use both parameters, the API ignores the
Queryparameter.The
Useridparameter only returns user names that match a corresponding user ID.The
Queryparameter runs a "prefix" search for users by theGivenName,SurName, orUserNamefields included in acreate_userAPI call. For example, querying onMareturns Márcia Oliveira, María García, and Mateo Jackson. If you use multiple characters, the API only returns data that matches all characters. For example, querying onMa Jonly returns Mateo Jackson.
- 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.