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
Key | Datatype | Required | Description |
---|---|---|---|
accountId | string | (Required) The account IDs of the users. | |
accountId | string | (Required) The account IDs of the users. |
RESPONSES
status: OK
[{"accountId":"sint aute elit sunt","email":"dolor eu occaecat consectetur"},{"accountId":"veniam in sunt","email":"dolor sunt eiusmod"}]