aws.rekognition.list_users
Example SQL Queries
SELECT * FROMaws.rekognition.list_usersWHERE"collection_id" = 'VALUE';Description
Returns metadata of the User such as UserID in the specified collection. Anonymous User (to reserve faces without any identity) is not returned as part of this request. The results are sorted by system generated primary key ID. If the response is truncated, NextToken is returned in the response that can be used in the subsequent request to retrieve the next set of identities.
Table Definition
| Column Name | Column Data Type |
|---|---|
| collection_id Required Input Column The ID of an existing collection. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| user_id A provided ID for the User. Unique within the collection. | VARCHAR |
| user_status Communicates if the UserID has been updated with latest set of faces to be associated with the UserID. | VARCHAR |