Chime / Client / associate_phone_number_with_user
associate_phone_number_with_user¶
- Chime.Client.associate_phone_number_with_user(**kwargs)¶
- Associates a phone number with the specified Amazon Chime user. - See also: AWS API Documentation - Request Syntax- response = client.associate_phone_number_with_user( AccountId='string', UserId='string', E164PhoneNumber='string' ) - Parameters:
- AccountId (string) – - [REQUIRED] - The Amazon Chime account ID. 
- UserId (string) – - [REQUIRED] - The user ID. 
- E164PhoneNumber (string) – - [REQUIRED] - The phone number, in E.164 format. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions