Get user email addresses in batch

GET {{baseUrl}}/api/user/email/bulk?accountId=<string>&accountId=<string>

Returns user email addresses for a set of accountIds. This API is only available to apps approved by Atlassian, according to these guidelines.

Any accounts which are not available will not be included in the result.

Permissions required: Permission to access the Confluence site ('Can use' global permission).

Request Params

KeyDatatypeRequiredDescription
accountIdstring(Required) The account IDs of the users.
accountIdstring(Required) The account IDs of the users.

RESPONSES

status: OK

[{&quot;accountId&quot;:&quot;sint aute elit sunt&quot;,&quot;email&quot;:&quot;dolor eu occaecat consectetur&quot;},{&quot;accountId&quot;:&quot;veniam in sunt&quot;,&quot;email&quot;:&quot;dolor sunt eiusmod&quot;}]