Insight Horizon
education insights /

tag_user - Boto3 1.34.87 documentation

response = client.tag_user( Tags=[ { 'Key': 'Dept', 'Value': 'Accounting', }, { 'Key': 'CostCenter', 'Value': '12345', }, ], UserName='anika',)print(response)