Regarding confluence API: how to get author Id email address using confluence cloud Api

Hi Team,
I am using confluence cloud Api to get pages data but I need page creator email address.
using get pages Api, but in response only getting author Id can you please suggest me how can I get an email of a page createor by using any api or cql
please suggest me on high priority

Hi @ShubhangiNikam,

Given the account ID, you can get the email by using the Get user email or Get user email addresses in batch REST APIs. Do note though that your app needs to be approved to be able to use any of the two.

Hope this helps.

Ian