Hello Sailers, I am currently trying to connect Atlassian Cloud to our ISC using the OOTB connector Integrating SailPoint with Atlassian Suite Cloud
I have some externally managed users (invited) users in our Atlassian Suite, and I am not seeing their E-Mail Address inside ISC on the account page. It is empty, and this is based on the privacy settings of the externally managed user. If their configuration is set that anyone can see the contact e-mail, then it is seen in ISC but the default is only yourself and admins can see it.
Using the API manually, and the Org-API-Key, it is possible to read it at the following API Endpoint:
GET https://api.atlassian.com/admin/v2/orgs/{orgId}/directories/{directoryId}/users
Authorization: Bearer <org-api-key>
Accept: application/json
This needs an API key of the organization, the service account which performs user aggregation is a Site-Admin.
Has anyone been able to combine the different keys/ API endpoints, so that the emailAddress field gets populated for externally managed users? Or if not, how do you handle it? Is there a way to see that the user is invited/ externally managed?
Empty Field:
Using Postman to view using the API Endpoint mentioned above:
Thanks in advance for any tips!

