2018/07/31 - Amazon Connect Service - 15 new api methods
Changes Update connect client to latest version
Returns a User object that contains information about the user account specified by the UserId.
See also: AWS API Documentation
Request Syntax
client.describe_user( UserId='string', InstanceId='string' )
string
[REQUIRED]
Unique identifier for the user account to return.
string
[REQUIRED]
The identifier for your Amazon Connect instance. To find the ID of your instance, open the AWS console and select Amazon Connect. Select the alias of the instance in the Instance alias column. The instance ID is displayed in the Overview section of your instance settings. For example, the instance ID is the set of characters at the end of the instance ARN, after instance/, such as 10a4c4eb-f57e-4d4c-b602-bf39176ced07.
dict
Response Syntax
{ 'User': { 'Id': 'string', 'Arn': 'string', 'Username': 'string', 'IdentityInfo': { 'FirstName': 'string', 'LastName': 'string', 'Email': 'string' }, 'PhoneConfig': { 'PhoneType': 'SOFT_PHONE'|'DESK_PHONE', 'AutoAccept': True|False, 'AfterContactWorkTimeLimit': 123, 'DeskPhoneNumber': 'string' }, 'DirectoryUserId': 'string', 'SecurityProfileIds': [ 'string', ], 'RoutingProfileId': 'string', 'HierarchyGroupId': 'string' } }
Response Structure
(dict) --
User (dict) --
A User object that contains information about the user account and configuration settings.
Id (string) --
The identifier of the user account.
Arn (string) --
The ARN of the user account.
Username (string) --
The user name assigned to the user account.
IdentityInfo (dict) --
A UserIdentityInfo object.
FirstName (string) --
The first name used in the user account. This is required if you are using Amazon Connect or SAML for identity management.
LastName (string) --
The last name used in the user account. This is required if you are using Amazon Connect or SAML for identity management.
Email (string) --
The email address added to the user account. If you are using SAML for identity management and include this parameter, an InvalidRequestException is returned.
PhoneConfig (dict) --
A UserPhoneConfig object.
PhoneType (string) --
The phone type selected for the user, either Soft phone or Desk phone.
AutoAccept (boolean) --
The Auto accept setting for the user, Yes or No.
AfterContactWorkTimeLimit (integer) --
The After Call Work (ACW) timeout setting, in seconds, for the user.
DeskPhoneNumber (string) --
The phone number for the user's desk phone.
DirectoryUserId (string) --
The directory Id for the user account in the existing directory used for identity management.
SecurityProfileIds (list) --
The identifier(s) for the security profile assigned to the user.
(string) --
RoutingProfileId (string) --
The identifier of the routing profile assigned to the user.
HierarchyGroupId (string) --
The identifier for the hierarchy group assigned to the user.
Assigns the specified routing profile to a user.
See also: AWS API Documentation
Request Syntax
client.update_user_routing_profile( RoutingProfileId='string', UserId='string', InstanceId='string' )
string
[REQUIRED]
The identifier of the routing profile to assign to the user.
string
[REQUIRED]
The identifier for the user account to assign the routing profile to.
string
[REQUIRED]
The identifier for your Amazon Connect instance. To find the ID of your instance, open the AWS console and select Amazon Connect. Select the alias of the instance in the Instance alias column. The instance ID is displayed in the Overview section of your instance settings. For example, the instance ID is the set of characters at the end of the instance ARN, after instance/, such as 10a4c4eb-f57e-4d4c-b602-bf39176ced07.
None
Returns an array of SecurityProfileSummary objects that contain information about the security profiles in your instance, including the ARN, Id, and Name of the security profile.
See also: AWS API Documentation
Request Syntax
client.list_security_profiles( InstanceId='string', NextToken='string', MaxResults=123 )
string
[REQUIRED]
The identifier for your Amazon Connect instance. To find the ID of your instance, open the AWS console and select Amazon Connect. Select the alias of the instance in the Instance alias column. The instance ID is displayed in the Overview section of your instance settings. For example, the instance ID is the set of characters at the end of the instance ARN, after instance/, such as 10a4c4eb-f57e-4d4c-b602-bf39176ced07.
string
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
integer
The maximum number of security profiles to return.
dict
Response Syntax
{ 'SecurityProfileSummaryList': [ { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, ], 'NextToken': 'string' }
Response Structure
(dict) --
SecurityProfileSummaryList (list) --
An array of SecurityProfileSummary objects.
(dict) --
A SecurityProfileSummary object that contains information about a security profile, including ARN, Id, Name.
Id (string) --
The identifier of the security profile.
Arn (string) --
The ARN of the security profile.
Name (string) --
The name of the security profile.
NextToken (string) --
A string returned in the response. Use the value returned in the response as the value of the NextToken in a subsequent request to retrieve the next set of results.
Returns a UserHierarchyGroupSummaryList, which is an array of HierarchyGroupSummary objects that contain information about the hierarchy groups in your instance.
See also: AWS API Documentation
Request Syntax
client.list_user_hierarchy_groups( InstanceId='string', NextToken='string', MaxResults=123 )
string
[REQUIRED]
The identifier for your Amazon Connect instance. To find the ID of your instance, open the AWS console and select Amazon Connect. Select the alias of the instance in the Instance alias column. The instance ID is displayed in the Overview section of your instance settings. For example, the instance ID is the set of characters at the end of the instance ARN, after instance/, such as 10a4c4eb-f57e-4d4c-b602-bf39176ced07.
string
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
integer
The maximum number of hierarchy groups to return.
dict
Response Syntax
{ 'UserHierarchyGroupSummaryList': [ { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, ], 'NextToken': 'string' }
Response Structure
(dict) --
UserHierarchyGroupSummaryList (list) --
An array of HierarchyGroupSummary objects.
(dict) --
A HierarchyGroupSummary object that contains information about the hierarchy group, including ARN, Id, and Name.
Id (string) --
The identifier of the hierarchy group.
Arn (string) --
The ARN for the hierarchy group.
Name (string) --
The name of the hierarchy group.
NextToken (string) --
A string returned in the response. Use the value returned in the response as the value of the NextToken in a subsequent request to retrieve the next set of results.
Update the security profiles assigned to the user.
See also: AWS API Documentation
Request Syntax
client.update_user_security_profiles( SecurityProfileIds=[ 'string', ], UserId='string', InstanceId='string' )
list
[REQUIRED]
The identifiers for the security profiles to assign to the user.
(string) --
string
[REQUIRED]
The identifier of the user account to assign the security profiles.
string
[REQUIRED]
The identifier for your Amazon Connect instance. To find the ID of your instance, open the AWS console and select Amazon Connect. Select the alias of the instance in the Instance alias column. The instance ID is displayed in the Overview section of your instance settings. For example, the instance ID is the set of characters at the end of the instance ARN, after instance/, such as 10a4c4eb-f57e-4d4c-b602-bf39176ced07.
None
Retrieves a token for federation.
See also: AWS API Documentation
Request Syntax
client.get_federation_token( InstanceId='string' )
string
[REQUIRED]
The identifier for your Amazon Connect instance. To find the ID of your instance, open the AWS console and select Amazon Connect. Select the alias of the instance in the Instance alias column. The instance ID is displayed in the Overview section of your instance settings. For example, the instance ID is the set of characters at the end of the instance ARN, after instance/, such as 10a4c4eb-f57e-4d4c-b602-bf39176ced07.
dict
Response Syntax
{ 'Credentials': { 'AccessToken': 'string', 'AccessTokenExpiration': datetime(2015, 1, 1), 'RefreshToken': 'string', 'RefreshTokenExpiration': datetime(2015, 1, 1) } }
Response Structure
(dict) --
Credentials (dict) --
The credentials to use for federation.
AccessToken (string) --
An access token generated for a federated user to access Amazon Connect
AccessTokenExpiration (datetime) --
A token generated with an expiration time for the session a user is logged in to Amazon Connect
RefreshToken (string) --
Renews a token generated for a user to access the Amazon Connect instance.
RefreshTokenExpiration (datetime) --
Renews the expiration timer for a generated token.
Returns a HierarchyGroup object that includes information about a hierarchy group in your instance.
See also: AWS API Documentation
Request Syntax
client.describe_user_hierarchy_group( HierarchyGroupId='string', InstanceId='string' )
string
[REQUIRED]
The identifier for the hierarchy group to return.
string
[REQUIRED]
The identifier for your Amazon Connect instance. To find the ID of your instance, open the AWS console and select Amazon Connect. Select the alias of the instance in the Instance alias column. The instance ID is displayed in the Overview section of your instance settings. For example, the instance ID is the set of characters at the end of the instance ARN, after instance/, such as 10a4c4eb-f57e-4d4c-b602-bf39176ced07.
dict
Response Syntax
{ 'HierarchyGroup': { 'Id': 'string', 'Arn': 'string', 'Name': 'string', 'LevelId': 'string', 'HierarchyPath': { 'LevelOne': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'LevelTwo': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'LevelThree': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'LevelFour': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'LevelFive': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' } } } }
Response Structure
(dict) --
HierarchyGroup (dict) --
Returns a HierarchyGroup object.
Id (string) --
The identifier for the hierarchy group.
Arn (string) --
The Amazon Resource Name (ARN) for the hierarchy group.
Name (string) --
The name of the hierarchy group in your instance.
LevelId (string) --
The identifier for the level in the hierarchy group.
HierarchyPath (dict) --
A HierarchyPath object that contains information about the levels in the hierarchy group.
LevelOne (dict) --
A HierarchyGroupSummary object that contains information about the level of the hierarchy group, including ARN, Id, and Name.
Id (string) --
The identifier of the hierarchy group.
Arn (string) --
The ARN for the hierarchy group.
Name (string) --
The name of the hierarchy group.
LevelTwo (dict) --
A HierarchyGroupSummary object that contains information about the level of the hierarchy group, including ARN, Id, and Name.
Id (string) --
The identifier of the hierarchy group.
Arn (string) --
The ARN for the hierarchy group.
Name (string) --
The name of the hierarchy group.
LevelThree (dict) --
A HierarchyGroupSummary object that contains information about the level of the hierarchy group, including ARN, Id, and Name.
Id (string) --
The identifier of the hierarchy group.
Arn (string) --
The ARN for the hierarchy group.
Name (string) --
The name of the hierarchy group.
LevelFour (dict) --
A HierarchyGroupSummary object that contains information about the level of the hierarchy group, including ARN, Id, and Name.
Id (string) --
The identifier of the hierarchy group.
Arn (string) --
The ARN for the hierarchy group.
Name (string) --
The name of the hierarchy group.
LevelFive (dict) --
A HierarchyGroupSummary object that contains information about the level of the hierarchy group, including ARN, Id, and Name.
Id (string) --
The identifier of the hierarchy group.
Arn (string) --
The ARN for the hierarchy group.
Name (string) --
The name of the hierarchy group.
Returns an array of RoutingProfileSummary objects that includes information about the routing profiles in your instance.
See also: AWS API Documentation
Request Syntax
client.list_routing_profiles( InstanceId='string', NextToken='string', MaxResults=123 )
string
[REQUIRED]
The identifier for your Amazon Connect instance. To find the ID of your instance, open the AWS console and select Amazon Connect. Select the alias of the instance in the Instance alias column. The instance ID is displayed in the Overview section of your instance settings. For example, the instance ID is the set of characters at the end of the instance ARN, after instance/, such as 10a4c4eb-f57e-4d4c-b602-bf39176ced07.
string
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
integer
The maximum number of routing profiles to return in the response.
dict
Response Syntax
{ 'RoutingProfileSummaryList': [ { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, ], 'NextToken': 'string' }
Response Structure
(dict) --
RoutingProfileSummaryList (list) --
An array of RoutingProfileSummary objects that include the ARN, Id, and Name of the routing profile.
(dict) --
A RoutingProfileSummary object that contains information about a routing profile, including ARN, Id, and Name.
Id (string) --
The identifier of the routing profile.
Arn (string) --
The ARN of the routing profile.
Name (string) --
The name of the routing profile.
NextToken (string) --
A string returned in the response. Use the value returned in the response as the value of the NextToken in a subsequent request to retrieve the next set of results.
Returns a HiearchyGroupStructure object, which contains data about the levels in the agent hierarchy.
See also: AWS API Documentation
Request Syntax
client.describe_user_hierarchy_structure( InstanceId='string' )
string
[REQUIRED]
The identifier for your Amazon Connect instance. To find the ID of your instance, open the AWS console and select Amazon Connect. Select the alias of the instance in the Instance alias column. The instance ID is displayed in the Overview section of your instance settings. For example, the instance ID is the set of characters at the end of the instance ARN, after instance/, such as 10a4c4eb-f57e-4d4c-b602-bf39176ced07.
dict
Response Syntax
{ 'HierarchyStructure': { 'LevelOne': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'LevelTwo': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'LevelThree': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'LevelFour': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' }, 'LevelFive': { 'Id': 'string', 'Arn': 'string', 'Name': 'string' } } }
Response Structure
(dict) --
HierarchyStructure (dict) --
A HierarchyStructure object.
LevelOne (dict) --
A HierarchyLevel object that contains information about the hierarchy group level.
Id (string) --
The identifier for the hierarchy group level.
Arn (string) --
The ARN for the hierarchy group level.
Name (string) --
The name of the hierarchy group level.
LevelTwo (dict) --
A HierarchyLevel object that contains information about the hierarchy group level.
Id (string) --
The identifier for the hierarchy group level.
Arn (string) --
The ARN for the hierarchy group level.
Name (string) --
The name of the hierarchy group level.
LevelThree (dict) --
A HierarchyLevel object that contains information about the hierarchy group level.
Id (string) --
The identifier for the hierarchy group level.
Arn (string) --
The ARN for the hierarchy group level.
Name (string) --
The name of the hierarchy group level.
LevelFour (dict) --
A HierarchyLevel object that contains information about the hierarchy group level.
Id (string) --
The identifier for the hierarchy group level.
Arn (string) --
The ARN for the hierarchy group level.
Name (string) --
The name of the hierarchy group level.
LevelFive (dict) --
A HierarchyLevel object that contains information about the hierarchy group level.
Id (string) --
The identifier for the hierarchy group level.
Arn (string) --
The ARN for the hierarchy group level.
Name (string) --
The name of the hierarchy group level.
Deletes a user account from Amazon Connect.
See also: AWS API Documentation
Request Syntax
client.delete_user( InstanceId='string', UserId='string' )
string
[REQUIRED]
The identifier for your Amazon Connect instance. To find the ID of your instance, open the AWS console and select Amazon Connect. Select the alias of the instance in the Instance alias column. The instance ID is displayed in the Overview section of your instance settings. For example, the instance ID is the set of characters at the end of the instance ARN, after instance/, such as 10a4c4eb-f57e-4d4c-b602-bf39176ced07.
string
[REQUIRED]
The unique identifier of the user to delete.
None
Updates the phone configuration settings in the UserPhoneConfig object for the specified user.
See also: AWS API Documentation
Request Syntax
client.update_user_phone_config( PhoneConfig={ 'PhoneType': 'SOFT_PHONE'|'DESK_PHONE', 'AutoAccept': True|False, 'AfterContactWorkTimeLimit': 123, 'DeskPhoneNumber': 'string' }, UserId='string', InstanceId='string' )
dict
[REQUIRED]
A UserPhoneConfig object that contains settings for AfterContactWorkTimeLimit, AutoAccept, DeskPhoneNumber, and PhoneType to assign to the user.
PhoneType (string) -- [REQUIRED]
The phone type selected for the user, either Soft phone or Desk phone.
AutoAccept (boolean) --
The Auto accept setting for the user, Yes or No.
AfterContactWorkTimeLimit (integer) --
The After Call Work (ACW) timeout setting, in seconds, for the user.
DeskPhoneNumber (string) --
The phone number for the user's desk phone.
string
[REQUIRED]
The identifier for the user account to change phone settings for.
string
[REQUIRED]
The identifier for your Amazon Connect instance. To find the ID of your instance, open the AWS console and select Amazon Connect. Select the alias of the instance in the Instance alias column. The instance ID is displayed in the Overview section of your instance settings. For example, the instance ID is the set of characters at the end of the instance ARN, after instance/, such as 10a4c4eb-f57e-4d4c-b602-bf39176ced07.
None
Creates a new user account in your Amazon Connect instance.
See also: AWS API Documentation
Request Syntax
client.create_user( Username='string', Password='string', IdentityInfo={ 'FirstName': 'string', 'LastName': 'string', 'Email': 'string' }, PhoneConfig={ 'PhoneType': 'SOFT_PHONE'|'DESK_PHONE', 'AutoAccept': True|False, 'AfterContactWorkTimeLimit': 123, 'DeskPhoneNumber': 'string' }, DirectoryUserId='string', SecurityProfileIds=[ 'string', ], RoutingProfileId='string', HierarchyGroupId='string', InstanceId='string' )
string
[REQUIRED]
The user name in Amazon Connect for the user to create.
string
The password for the user account to create. This is required if you are using Amazon Connect for identity management. If you are using SAML for identity management and include this parameter, an InvalidRequestException is returned.
dict
Information about the user, including email address, first name, and last name.
FirstName (string) --
The first name used in the user account. This is required if you are using Amazon Connect or SAML for identity management.
LastName (string) --
The last name used in the user account. This is required if you are using Amazon Connect or SAML for identity management.
Email (string) --
The email address added to the user account. If you are using SAML for identity management and include this parameter, an InvalidRequestException is returned.
dict
[REQUIRED]
Specifies the phone settings for the user, including AfterContactWorkTimeLimit, AutoAccept, DeskPhoneNumber, and PhoneType.
PhoneType (string) -- [REQUIRED]
The phone type selected for the user, either Soft phone or Desk phone.
AutoAccept (boolean) --
The Auto accept setting for the user, Yes or No.
AfterContactWorkTimeLimit (integer) --
The After Call Work (ACW) timeout setting, in seconds, for the user.
DeskPhoneNumber (string) --
The phone number for the user's desk phone.
string
The unique identifier for the user account in the directory service directory used for identity management. If Amazon Connect is unable to access the existing directory, you can use the DirectoryUserId to authenticate users. If you include the parameter, it is assumed that Amazon Connect cannot access the directory. If the parameter is not included, the UserIdentityInfo is used to authenticate users from your existing directory.
This parameter is required if you are using an existing directory for identity management in Amazon Connect when Amazon Connect cannot access your directory to authenticate users. If you are using SAML for identity management and include this parameter, an InvalidRequestException is returned.
list
[REQUIRED]
The unique identifier of the security profile to assign to the user created.
(string) --
string
[REQUIRED]
The unique identifier for the routing profile to assign to the user created.
string
The unique identifier for the hierarchy group to assign to the user created.
string
[REQUIRED]
The identifier for your Amazon Connect instance. To find the ID of your instance, open the AWS console and select Amazon Connect. Select the alias of the instance in the Instance alias column. The instance ID is displayed in the Overview section of your instance settings. For example, the instance ID is the set of characters at the end of the instance ARN, after instance/, such as 10a4c4eb-f57e-4d4c-b602-bf39176ced07.
dict
Response Syntax
{ 'UserId': 'string', 'UserArn': 'string' }
Response Structure
(dict) --
UserId (string) --
The unique identifier for the user account in Amazon Connect
UserArn (string) --
The Amazon Resource Name (ARN) of the user account created.
Assigns the specified hierarchy group to the user.
See also: AWS API Documentation
Request Syntax
client.update_user_hierarchy( HierarchyGroupId='string', UserId='string', InstanceId='string' )
string
The identifier for the hierarchy group to assign to the user.
string
[REQUIRED]
The identifier of the user account to assign the hierarchy group to.
string
[REQUIRED]
The identifier for your Amazon Connect instance. To find the ID of your instance, open the AWS console and select Amazon Connect. Select the alias of the instance in the Instance alias column. The instance ID is displayed in the Overview section of your instance settings. For example, the instance ID is the set of characters at the end of the instance ARN, after instance/, such as 10a4c4eb-f57e-4d4c-b602-bf39176ced07.
None
Returns a UserSummaryList, which is an array of UserSummary objects.
See also: AWS API Documentation
Request Syntax
client.list_users( InstanceId='string', NextToken='string', MaxResults=123 )
string
[REQUIRED]
The identifier for your Amazon Connect instance. To find the ID of your instance, open the AWS console and select Amazon Connect. Select the alias of the instance in the Instance alias column. The instance ID is displayed in the Overview section of your instance settings. For example, the instance ID is the set of characters at the end of the instance ARN, after instance/, such as 10a4c4eb-f57e-4d4c-b602-bf39176ced07.
string
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
integer
The maximum number of results to return in the response.
dict
Response Syntax
{ 'UserSummaryList': [ { 'Id': 'string', 'Arn': 'string', 'Username': 'string' }, ], 'NextToken': 'string' }
Response Structure
(dict) --
UserSummaryList (list) --
An array of UserSummary objects that contain information about the users in your instance.
(dict) --
A UserSummary object that contains Information about a user, including ARN, Id, and user name.
Id (string) --
The identifier for the user account.
Arn (string) --
The ARN for the user account.
Username (string) --
The Amazon Connect user name for the user account.
NextToken (string) --
A string returned in the response. Use the value returned in the response as the value of the NextToken in a subsequent request to retrieve the next set of results.
Updates the identity information for the specified user in a UserIdentityInfo object, including email, first name, and last name.
See also: AWS API Documentation
Request Syntax
client.update_user_identity_info( IdentityInfo={ 'FirstName': 'string', 'LastName': 'string', 'Email': 'string' }, UserId='string', InstanceId='string' )
dict
[REQUIRED]
A UserIdentityInfo object.
FirstName (string) --
The first name used in the user account. This is required if you are using Amazon Connect or SAML for identity management.
LastName (string) --
The last name used in the user account. This is required if you are using Amazon Connect or SAML for identity management.
Email (string) --
The email address added to the user account. If you are using SAML for identity management and include this parameter, an InvalidRequestException is returned.
string
[REQUIRED]
The identifier for the user account to update identity information for.
string
[REQUIRED]
The identifier for your Amazon Connect instance. To find the ID of your instance, open the AWS console and select Amazon Connect. Select the alias of the instance in the Instance alias column. The instance ID is displayed in the Overview section of your instance settings. For example, the instance ID is the set of characters at the end of the instance ARN, after instance/, such as 10a4c4eb-f57e-4d4c-b602-bf39176ced07.
None