workdocs_describe_groups: Describes the groups specified by the query

View source: R/workdocs_operations.R

workdocs_describe_groupsR Documentation

Describes the groups specified by the query

Description

Describes the groups specified by the query. Groups are defined by the underlying Active Directory.

See https://www.paws-r-sdk.com/docs/workdocs_describe_groups/ for full documentation.

Usage

workdocs_describe_groups(
  AuthenticationToken = NULL,
  SearchQuery,
  OrganizationId = NULL,
  Marker = NULL,
  Limit = NULL
)

Arguments

AuthenticationToken

Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.

SearchQuery

[required] A query to describe groups by group name.

OrganizationId

The ID of the organization.

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 with this call.


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.