aws.chime_sdk_messaging.list_channel_memberships_for_app_instance_user
Example SQL Queries
SELECT * FROMaws.chime_sdk_messaging.list_channel_memberships_for_app_instance_userWHERE"chime_bearer" = 'VALUE';Description
Lists all channels that an AppInstanceUser or AppInstanceBot is a part of. Only an AppInstanceAdmin can call the API with a user ARN that is not their own.
The x-amz-chime-bearer request header is mandatory. Use the ARN of the AppInstanceUser or AppInstanceBot that makes the API call as the value in the header.
Table Definition
| Column Name | Column Data Type |
|---|---|
| chime_bearer Required Input Column The ARN of the AppInstanceUser or AppInstanceBot that makes the API call. | VARCHAR |
| app_instance_user_arn Input Column The ARN of the user or bot. | VARCHAR |
| max_results Input Column The maximum number of users that you want returned. | BIGINT |
| next_token Input Column The token passed by previous API calls until all requested users are returned. | 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
| |
| channel_memberships The information for the requested channel memberships. | STRUCT( |
Show child fields
| |