Current user email from confluence rest api

Is there a way to get the current user’s email using the confluence rest api ?
The response from https://docs.atlassian.com/confluence/REST/latest/#user-getUser doesn’t contain the user email.
For jira, calling /rest/api/2/user?username= will provide also the email.

Thanks,
Mihai

This should give you the user e-mail: /rest/api/user?username=(user’s username)&expand=details.personal

2 Likes

Works great. Thanks!

would be great, if this would also work for Confluence DC/Server