Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
Ring
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support

GetUserCallbacks

GetUserCallbacks Represents a set of callback functions for retrieving user-related information.

Properties

getUserSuccess

getUserSuccess: (user: User) => void

Callback function invoked when user information retrieval is successful.


getUserFailure

getUserFailure: (error_msg: string) => void

Callback function invoked when retrieving user information fails.


Last updated: Jul 22, 2026