-
Suggestion
-
Resolution: Unresolved
-
5
-
The existing API used to export organization level users is https://developer.atlassian.com/cloud/admin/organization/rest/api-group-users/#api-orgs-orgid-users-get, and when exporting all the users of the org into CSV from the UI from the steps below:
- Directory >> Users >> Export Users
we get a field "added to org" showing the date the user was added to the org.
The same field does not show up when we are using the API (mentioned above)
The current workaround is to use the below API
https://admin.atlassian.com/gateway/api/adminhub/um/org/<orgID>/exports/users, updating the session cookie and Content Type set to application/json in the Headers section
Body:
{ "includeApplicationAccess": "true", "includeGroups": "true", "includeInactiveUsers": "true", "selectedGroupIds": [] }Creating this feature request to add "added to org" field in the existing API response
[AX-1511] Export Organization Users using API is missing "added to org" field.
Support reference count | New: 5 |
Component/s | Original: User Sync - Export [ 66415 ] | |
Component/s | Original: User Activity [ 53197 ] | |
Component/s | New: Directory - CSV Import / Export [ 80141 ] | |
Component/s | New: Internal - User Activity (Last Active Date) [ 80148 ] | |
Key | Original: ACCESS-1423 | New: AX-1511 |
Support reference count | Original: 16 | |
Project | Original: Atlassian Guard [ 18910 ] | New: Admin Experience [ 24210 ] |
Support reference count | Original: 15 | New: 16 |
Support reference count | Original: 14 | New: 15 |
Support reference count | Original: 13 | New: 14 |
Remote Link | New: This issue links to "Page (Confluence)" [ 941958 ] |
Labels | New: guard-s7 |
Support reference count | Original: 12 | New: 13 |
Support reference count | Original: 11 | New: 12 |
ARRRRRGH, I can't use the workaround because...
And I can't get Vortex because...
I'm apparently part of the 1%. :-{