Values.GetUserRequestSourceRetrieves details for the specified user ID, such as primary email address, license type,and personal meeting PIN. To retrieve user details with an email address instead of a user ID, use the ListUsers action, and then filter by email address.
type nonrec t = {accountId : NonEmptyString.t;The Amazon Chime account ID.
*)userId : NonEmptyString.t;The user ID.
*)}