Skip to main content

users_list_only

Lists users in a region or regions, for all properties use users

Overview

Nameusers_list_only
TypeResource
DescriptionResource Type definition for AWS::Connect::User
Idaws.connect.users_list_only

Fields

NameDatatypeDescription
instance_arnstringThe identifier of the Amazon Connect instance.
directory_user_idstringThe identifier of the user account in the directory used for identity management.
hierarchy_group_arnstringThe identifier of the hierarchy group for the user.
usernamestringThe user name for the account.
passwordstringThe password for the user account. A password is required if you are using Amazon Connect for identity management. Otherwise, it is an error to include a password.
routing_profile_arnstringThe identifier of the routing profile for the user.
identity_infoobjectThe information about the identity of the user.
phone_configobjectThe phone settings for the user.
security_profile_arnsarrayOne or more security profile arns for the user
user_arnstringThe Amazon Resource Name (ARN) for the user.
tagsarrayOne or more tags.
user_proficienciesarrayOne or more predefined attributes assigned to a user, with a level that indicates how skilled they are.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all users in a region.

SELECT
region,
user_arn
FROM aws.connect.users_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the users_list_only resource, see users