@aws-sdk/client-chime

ListUsersCommandOutput Interface

The output of ListUsersCommand.

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
NextToken string | undefined

The token to use to retrieve the next page of results.

Users User[] | undefined

List of users and user details.

Full Signature

export interface ListUsersCommandOutput extends ListUsersResponse, MetadataBearer