v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1493436254.6 KB

Determines the details for the room from which a skill request was invoked. This operation is used by skill developers.

To query ResolveRoom from an Alexa skill, the skill ID needs to be authorized. When the skill is using an AWS Lambda function, the skill is automatically authorized when you publish your skill as a private skill to your AWS account. Skills that are hosted using a custom web service must be manually authorized. To get your skill authorized, contact AWS Support with your AWS account ID that queries the ResolveRoom API and skill ID.

post/#X-Amz-Target=AlexaForBusiness.ResolveRoom

Headers

X-Amz-Target'AlexaForBusiness.ResolveRoom' required

Request body

UserIdstring required

The ARN of the user. Required.

SkillIdstring required

The ARN of the skill that was requested. Required.

Response

Success

RoomArnstring

The ARN of the room from which the skill request was invoked.

RoomNamestring

The name of the room from which the skill request was invoked.