This response can have the following status codes:
200: Email fetched successfully. The result contains the email address.400: Invalid request - the request was malformed.403: Forbidden - client not authorized to access user profile data.426: Upgrade Required - feature requires Grab app version 5.399 or above.500: Internal server error - an unexpected error occurred on the native side.501: Not implemented - this method requires the Grab app environment.Forbidden response (403):
{
status_code: 403,
error: 'Forbidden: Client not authorized to access user profile data'
}
Response when fetching the user's email.