Field emailAddress missing from /rest/api/3/group/member?groupname=[groupname]

As mentioned here: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-groups/#api-rest-api-3-group-member-get
Response of https://[domain].atlassian.net/rest/api/3/group/member?groupname=[groupname] should have field emailAddress. But all I got is: https://d.pr/i/5ASlmJ

I tried to add “expand” and “fields” params with “email” and “emailAddress” value without success. Was the field removed on purpose?

1 Like

Hi @tscheckenbach,

Welcome to the Atlassian Developer Community.

Due to privacy considerations, email addresses are generally not returned in API responses. There are exceptions to this and also a special API scope, ACCESS_EMAIL_ADDRESSES, and endpoint, get user email bulk, for requesting email addresses. This topic explains the logic and process to become allow listed for this special scope.

Regards,
Dugald

5 Likes